Update CGI to CPAN version 3.65
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 12 Feb 2014 09:17:36 +0000 (09:17 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 12 Feb 2014 09:17:36 +0000 (09:17 +0000)
  [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
cpan/CGI/lib/CGI.pm

index 9797fed..719d899 100755 (executable)
@@ -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/},
index 4867dfe..bcee2b1 100644 (file)
@@ -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.