[freeside-commits] branch FREESIDE_4_BRANCH updated. 0ed5bf42d937d909420986a4ce96b8da5cf0de05
Ivan
ivan at 420.am
Tue Jan 26 16:55:51 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 0ed5bf42d937d909420986a4ce96b8da5cf0de05 (commit)
from 26298f43a28dd924069f832c217cafbe0272d6e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0ed5bf42d937d909420986a4ce96b8da5cf0de05
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jan 26 16:55:50 2016 -0800
no need to support ancient CGI.pm anymore
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 370ac1a..65b2821 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -45,13 +45,7 @@ if ( -e $addl_handler_use_file ) {
use strict;
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 libcgi-pm-perl)"
- if $CGI::VERSION == 3.38;
+ use CGI 3.39 qw(-private_tempfiles); #3.39 for cpan#37365
#use CGI::Carp qw(fatalsToBrowser);
use CGI::Cookie;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
More information about the freeside-commits
mailing list