summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-01-26 16:55:48 -0800
committerIvan Kohler <ivan@freeside.biz>2016-01-26 16:55:48 -0800
commitc42f4a94421bf92e81b7935c4385ccf793c8fee0 (patch)
tree9959674bb5e3a435780b54853bd0d623ecc71427
parent927c5d63b382dedd6059a149961540af1ca17e30 (diff)
no need to support ancient CGI.pm anymore
-rw-r--r--FS/FS/Mason.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 370ac1af7..65b282104 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;