diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-12 09:17:36 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-12 09:17:36 +0000 |
commit | 633f0fd2ca244ca83cc99b3af3a7d3ac2931850b (patch) | |
tree | 933cbbcde58d0e3f6faa180c25da3696a205c3c6 | |
parent | d048ecb4d187ebbafce763f1e0437120c6726967 (diff) | |
download | perl-633f0fd2ca244ca83cc99b3af3a7d3ac2931850b.tar.gz |
Update CGI to CPAN version 3.65
[DELTA]
Version 3.65 Feb 11, 2014
[INTERNALS]
- Update Makefile to refine where CGI.pm gets installed
(Thanks to bingo, rjbs: https://github.com/markstos/CGI.pm/pull/30)
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/CGI/lib/CGI.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9797fed801..719d899799 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -198,7 +198,7 @@ use File::Glob qw(:case); }, 'CGI' => { - 'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.64.tar.gz', + 'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.65.tar.gz', 'FILES' => q[cpan/CGI], 'EXCLUDED' => [ qr{^examples/}, diff --git a/cpan/CGI/lib/CGI.pm b/cpan/CGI/lib/CGI.pm index 4867dfefc3..bcee2b1134 100644 --- a/cpan/CGI/lib/CGI.pm +++ b/cpan/CGI/lib/CGI.pm @@ -21,7 +21,7 @@ use Carp 'croak'; # The revision is no longer being updated since moving to git. $CGI::revision = '$Id: CGI.pm,v 1.266 2009/07/30 16:32:34 lstein Exp $'; -$CGI::VERSION='3.64'; +$CGI::VERSION='3.65'; # HARD-CODED LOCATION FOR FILE UPLOAD TEMPORARY FILES. # UNCOMMENT THIS ONLY IF YOU KNOW WHAT YOU'RE DOING. |