From: ivan Date: Sun, 1 Jun 2008 01:23:36 +0000 (+0000) Subject: depend on CGI.pm 3.29 to fix RT attachment problems X-Git-Tag: root_of_webpay_support~619 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c3eedebbd47ba193c059a500466949bb5377393f depend on CGI.pm 3.29 to fix RT attachment problems --- diff --git a/htetc/handler.pl b/htetc/handler.pl index ecbce967f..ab9fa9503 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -91,7 +91,7 @@ sub handler use strict; use vars qw( $cgi $p $fsurl); use vars qw( %session ); - use CGI 2.47 qw(-private_tempfiles); + use CGI 3.29 qw(-private_tempfiles); #3.29 to fix RT attachment problems #use CGI::Carp qw(fatalsToBrowser); use CGI::Cookie; use List::Util qw( max min );