X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=ff0baee1be1f0931302cd8c7164cab6d75b612de;hb=4da3c98f2f021ac48b195dd205bdbb85dc5b58b9;hp=370ac1af735f0af092a258bd36c8a04d773914b7;hpb=dd003d59f56742f9374cec309ad81d527e88c846;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 370ac1af7..ff0baee1b 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; @@ -144,6 +138,7 @@ if ( -e $addl_handler_use_file ) { use FS::Msgcat qw(gettext geterror); use FS::Misc qw( send_email send_fax ocr_image states_hash counties cities state_label + card_types ); use FS::Misc::eps2png qw( eps2png ); use FS::Report::FCC_477;