CGI.pm 2.47 required for ->upload() method
authorivan <ivan>
Tue, 30 Sep 2003 07:04:54 +0000 (07:04 +0000)
committerivan <ivan>
Tue, 30 Sep 2003 07:04:54 +0000 (07:04 +0000)
htetc/global.asa
htetc/handler.pl
httemplate/docs/upgrade-1.4.2.html

index f00ae57..ee5cfcb 100644 (file)
@@ -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;
index 1660cb3..b007353 100644 (file)
@@ -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;
index cf3d0de..c5606b2 100644 (file)
@@ -7,6 +7,7 @@
   <li>If migrating from less than 1.4.1, see these <a href="upgrade9.html">instructions</a> first.
   <li>Back  up your data and current Freeside installation.
   <li>Install <a href="http://search.cpan.org/search?dist=Locale-SubCountry">Locale::SubCountry</a>
+  <li>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.
   <li>Run <code>make aspdocs</code> or <code>make masondocs</code>.
   <li>Copy <code>aspdocs/</code> or <code>masondocs/</code> to your web server's document space.
   <li>Run <code>make install-perl-modules</code>.