summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
authorivan <ivan>2003-09-30 07:04:54 +0000
committerivan <ivan>2003-09-30 07:04:54 +0000
commit5993bc956415cf285d630e0657d4a6e0642ebead (patch)
tree6d1cab9d68d21f6c96ca1aefb379032afc93e0d1 /htetc/global.asa
parentc3e5b694f98b424f9fe68b76450d1464ba7a0fec (diff)
CGI.pm 2.47 required for ->upload() method
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;