]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb.pm
Converted forum to catalyst.
[ndwebbie.git] / lib / NDWeb.pm
index 85bbf831de6fd811d83c6d571e07e635e8900e79..00c8f008af6b3418a3c62f6386b44ccd0ed8905a 100644 (file)
@@ -5,6 +5,10 @@ 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