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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Dec 1 00:54:24 GMT 2009


Author: t0m
Date: 2009-12-01 00:54:23 +0000 (Tue, 01 Dec 2009)
New Revision: 12093

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:
Bump deps and changelog for another dev release with new scripts and scary path resolving changes so I can have another call to test.

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-12-01 00:52:57 UTC (rev 12092)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-12-01 00:54:23 UTC (rev 12093)
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80014_02 2009-12-01 00:55:23
   Bug fixes:
    - Fix reporting the wrong Content-Length if the response body is an
      upgraded string. Strings mean the same thing whether or not they are

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-12-01 00:52:57 UTC (rev 12092)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-12-01 00:54:23 UTC (rev 12093)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80014_01';
+our $VERSION='5.80014_02';
 
 $VERSION = eval $VERSION;
 

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-12-01 00:52:57 UTC (rev 12092)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-12-01 00:54:23 UTC (rev 12093)
@@ -78,7 +78,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80014_01';
+our $VERSION = '5.80014_02';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;




More information about the Catalyst-commits mailing list