diff options
author | ivan <ivan> | 2003-09-30 07:04:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-30 07:04:55 +0000 |
commit | 36073d47b7ea8ca498420b47d5f94782ca609bfd (patch) | |
tree | f77965c6249cfbd3e5d76326e51e18c74d68d3c0 /htetc/handler.pl | |
parent | 462f81145b4239ff7570fcedcd3fb4de55bcabd0 (diff) |
CGI.pm 2.47 required for ->upload() method
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index e2cec3442..48bd94e96 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -62,7 +62,7 @@ sub handler { package HTML::Mason::Commands; use strict; use vars qw( $cgi $p ); - use CGI; + use CGI 2.47; #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; |