]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb.pm
preloading cgi is only needed in built-in server so move to that script
[ndwebbie.git] / lib / NDWeb.pm
index 7507a2fd568cc8343a105c36460bca298fad3821..bf888193665579a3e4a7727afdcb81315c17eb40 100644 (file)
@@ -5,10 +5,6 @@ use warnings;
 
 use Catalyst::Runtime '5.70';
 
-#Need to preload, otherwise the first hit is slow
-use CGI qw/:standard/;
-escapeHTML('');
-
 # Set flags and add plugins for the application
 #
 #         -Debug: activates the debug mode for very useful log messages