This doesn't make any tests fail in currently released Catalyst, (and in fact _also_... v1.0
Tomas Doran [Mon, 30 Nov 2009 20:57:37 +0000 (20:57 +0000)]
Changes
dist.ini
lib/HTTP/Request/AsCGI.pm

diff --git a/Changes b/Changes
index 5ede19a..37eb9d0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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)
 
index 1f741c1..4aba746 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = HTTP-Request-AsCGI
-version = 0.9
+version = 1.0
 license = Perl_5
 author  = Christian Hansen <ch@ngmedia.com>
 author  = Hans Dieter Pearcey <hdp@cpan.org>
index f2ddbff..e5e167f 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use bytes;
 use base 'Class::Accessor::Fast';
 
-our $VERSION = '0.9';
+our $VERSION = '1.0';
 
 use Carp;
 use HTTP::Response;