Don't import `Data::Dumper'.
authorFlorian Forster <octo@leeloo.(none)>
Sun, 11 Jun 2006 14:25:47 +0000 (16:25 +0200)
committerFlorian 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

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 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 ();
 
 use LiCoM::Config (qw(get_config set_config read_config));
 use LiCoM::Connection ();