[Catalyst-commits] r12146 - in Catalyst-Runtime/5.80/trunk: . lib lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Dec 2 15:10:52 GMT 2009


Author: t0m
Date: 2009-12-02 15:10:52 +0000 (Wed, 02 Dec 2009)
New Revision: 12146

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
Log:
Changes, bump version

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-12-02 14:57:24 UTC (rev 12145)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-12-02 15:10:52 UTC (rev 12146)
@@ -1,9 +1,11 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80015 2009-12-02 15:13:54
   Bug fixes:
    - Fix bug in Catalyst::Engine which would cause a request parsing to end
      prematurely in the hypothetical case where calling $engine->read returned
      the single character '0'.
+   - Fix failing tests when combined with new HTTP::Request::AsCGI
 
   Documentation:
    - Improved documentation on read and read_chunk methods in Catalyst::Engine.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-12-02 14:57:24 UTC (rev 12145)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-12-02 15:10:52 UTC (rev 12146)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80014_02';
+our $VERSION='5.80015';
 
 $VERSION = eval $VERSION;
 

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-12-02 14:57:24 UTC (rev 12145)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-12-02 15:10:52 UTC (rev 12146)
@@ -78,7 +78,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80014_02';
+our $VERSION = '5.80015';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;




More information about the Catalyst-commits mailing list