projects
/
licom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2d1b0
)
Don't import `Data::Dumper'.
author
Florian Forster
<octo@leeloo.(none)>
Sun, 11 Jun 2006 14:25:47 +0000
(16:25 +0200)
committer
Florian Forster
<octo@leeloo.(none)>
Sun, 11 Jun 2006 14:25:47 +0000
(16:25 +0200)
It's only usefull for debugging and slows down startup unneccessarily.
licom.cgi
patch
|
blob
|
history
diff --git
a/licom.cgi
b/licom.cgi
index
70e1e72
..
29dbec8
100755
(executable)
--- a/
licom.cgi
+++ b/
licom.cgi
@@
-23,7
+23,6
@@
use lib (qw(lib));
use CGI (':cgi');
use CGI::Carp (qw(fatalsToBrowser));
use URI::Escape;
-use Data::Dumper;
use LiCoM::Config (qw(get_config set_config read_config));
use LiCoM::Connection ();