summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
Diffstat (limited to 'htetc/global.asa')
-rw-r--r--htetc/global.asa2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index f00ae57f5..ee5cfcb3c 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -4,7 +4,7 @@ BEGIN { eval "use Devel::AutoProfiler;"; } #only if installed...
use strict;
use vars qw( $cgi $p );
-use CGI;
+use CGI 2.47;
#use CGI::Carp qw(fatalsToBrowser);
use Date::Format;
use Date::Parse;