From: ivan Date: Tue, 30 Sep 2003 07:04:55 +0000 (+0000) Subject: CGI.pm 2.47 required for ->upload() method X-Git-Tag: freeside_1_4_2beta1~469 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=36073d47b7ea8ca498420b47d5f94782ca609bfd;p=freeside.git CGI.pm 2.47 required for ->upload() method --- diff --git a/htetc/global.asa b/htetc/global.asa index eefa62e2e..8739ce142 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -1,6 +1,6 @@ use strict; use vars qw( $cgi $p ); -use CGI; +use CGI 2.47; #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; 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; diff --git a/httemplate/docs/upgrade-1.4.2.html b/httemplate/docs/upgrade-1.4.2.html index cf3d0de39..c5606b284 100644 --- a/httemplate/docs/upgrade-1.4.2.html +++ b/httemplate/docs/upgrade-1.4.2.html @@ -7,6 +7,7 @@
  • If migrating from less than 1.4.1, see these instructions first.
  • Back up your data and current Freeside installation.
  • Install Locale::SubCountry +
  • CGI.pm minimum version 2.47 is required. You will probably need to install a current CGI.pm from CPAN if you are using Perl 5.005 or earlier.
  • Run make aspdocs or make masondocs.
  • Copy aspdocs/ or masondocs/ to your web server's document space.
  • Run make install-perl-modules.