[Catalyst-commits] r12082 - in HTTP-Request-AsCGI/trunk: .
lib/HTTP/Request
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Nov 30 20:57:37 GMT 2009
Author: t0m
Date: 2009-11-30 20:57:37 +0000 (Mon, 30 Nov 2009)
New Revision: 12082
Modified:
HTTP-Request-AsCGI/trunk/Changes
HTTP-Request-AsCGI/trunk/dist.ini
HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
Log:
This doesn't make any tests fail in currently released Catalyst, (and in fact _also_ makes t/aggregate/live_engine_request_escaped_path.t pass), so should be safe to ship..
Modified: HTTP-Request-AsCGI/trunk/Changes
===================================================================
--- HTTP-Request-AsCGI/trunk/Changes 2009-11-30 20:44:16 UTC (rev 12081)
+++ HTTP-Request-AsCGI/trunk/Changes 2009-11-30 20:57:37 UTC (rev 12082)
@@ -1,5 +1,6 @@
This file documents the revision history for Perl extension HTTP::Request::AsCGI.
+1.0 2009-11-30
- Change how PATH_INFO is decoded so that everything is decoded, including
URI reserved characters (RT#50082)
Modified: HTTP-Request-AsCGI/trunk/dist.ini
===================================================================
--- HTTP-Request-AsCGI/trunk/dist.ini 2009-11-30 20:44:16 UTC (rev 12081)
+++ HTTP-Request-AsCGI/trunk/dist.ini 2009-11-30 20:57:37 UTC (rev 12082)
@@ -1,5 +1,5 @@
name = HTTP-Request-AsCGI
-version = 0.9
+version = 1.0
license = Perl_5
author = Christian Hansen <ch at ngmedia.com>
author = Hans Dieter Pearcey <hdp at cpan.org>
Modified: HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
===================================================================
--- HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm 2009-11-30 20:44:16 UTC (rev 12081)
+++ HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm 2009-11-30 20:57:37 UTC (rev 12082)
@@ -5,7 +5,7 @@
use bytes;
use base 'Class::Accessor::Fast';
-our $VERSION = '0.9';
+our $VERSION = '1.0';
use Carp;
use HTTP::Response;
More information about the Catalyst-commits
mailing list