[freeside-commits] freeside/htetc handler.pl,1.86.2.18,1.86.2.19

Ivan,,, ivan at wavetail.420.am
Mon Apr 27 16:02:19 PDT 2009


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv11879

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	handler.pl 
Log Message:
refuse to run w/CGI.pm 3.38.  all lenny upgrades will need libcgi-pm-perl removed, suck

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.86.2.18
retrieving revision 1.86.2.19
diff -u -d -r1.86.2.18 -r1.86.2.19
--- handler.pl	25 Jun 2008 00:29:31 -0000	1.86.2.18
+++ handler.pl	27 Apr 2009 23:02:17 -0000	1.86.2.19
@@ -92,6 +92,13 @@
       use vars qw( $cgi $p $fsurl);
       use vars qw( %session );
       use CGI 3.29 qw(-private_tempfiles); #3.29 to fix RT attachment problems
+
+      #breaks quick payment entry
+      #http://rt.cpan.org/Public/Bug/Display.html?id=37365
+      die "CGI.pm v3.38 is broken, use any other version >= 3.29".
+          " (Debian 5.0?  aptitude remove ligcgi-pm-perl)"
+        if $CGI::VERSION == 3.38;
+
       #use CGI::Carp qw(fatalsToBrowser);
       use List::Util qw( max min );
       use Date::Format;



More information about the freeside-commits mailing list