diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-12 23:26:25 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-12 23:26:25 +0000 |
commit | cc947deb48c386ac1d10fb829cfde5da0cc3531b (patch) | |
tree | 24d6a44b0c42985a7b43956c830ad6552ab10bf8 /Porting | |
parent | 56339b2c1c8647abebf7db31a4bf7538a04fe449 (diff) | |
download | perl-cc947deb48c386ac1d10fb829cfde5da0cc3531b.tar.gz |
Update CGI to CPAN version 3.58
[DELTA]
Version 3.58 Nov 11th, 2011
[DOCUMENTATION]
- Clarify that using query_string() only has defined behavior when using the GET method. (RT#60813)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f8c24261a4..0cbc4ff8ed 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -353,7 +353,7 @@ use File::Glob qw(:case); 'CGI' => { 'MAINTAINER' => 'lstein', - 'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.57.tar.gz', + 'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.58.tar.gz', 'FILES' => q[cpan/CGI], 'EXCLUDED' => [ qr{^t/lib/Test}, qw( cgi-lib_porting.html |