summaryrefslogtreecommitdiff
path: root/FS/FS/Mason.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-07-24 20:33:15 -0700
committerIvan Kohler <ivan@freeside.biz>2017-07-24 20:33:15 -0700
commit8444ee23c0db140b04ba8a803e60b818d32f136c (patch)
tree86e8e4054183a62c98cdec3bbb12e6c5dc128c28 /FS/FS/Mason.pm
parent2772e7d5ee1b894b2101db42069b123e3f7bd0d0 (diff)
compliance solutions integration: import and use produce/service code catalog, RT#75262
Diffstat (limited to 'FS/FS/Mason.pm')
-rw-r--r--FS/FS/Mason.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 99e88be..4aeebbe 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -45,7 +45,7 @@ if ( -e $addl_handler_use_file ) {
use strict;
use vars qw( %session );
- use CGI 3.39 qw(-private_tempfiles); #3.39 for cpan#37365
+ use CGI 4.08 qw(-private_tempfiles); #4.08 for multi_param
#use CGI::Carp qw(fatalsToBrowser);
use CGI::Cookie;