From 633f0fd2ca244ca83cc99b3af3a7d3ac2931850b Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Wed, 12 Feb 2014 09:17:36 +0000 Subject: [PATCH] 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) --- Porting/Maintainers.pl | 2 +- cpan/CGI/lib/CGI.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9797fed..719d899 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 4867dfe..bcee2b1 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. -- 2.7.4