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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Jun 29 22:05:48 GMT 2009


Author: rafl
Date: 2009-06-29 22:05:48 +0000 (Mon, 29 Jun 2009)
New Revision: 10734

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:
Version 0.80006.

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-06-29 22:05:36 UTC (rev 10733)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-06-29 22:05:48 UTC (rev 10734)
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80006 2009-06-29 23:37:47
+
   Bug fixes:
         - Revert change to URL encode things passed into $c->uri_for
           Args and CaptureArgs as this causes breakage to pre-existing

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-06-29 22:05:36 UTC (rev 10733)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-06-29 22:05:48 UTC (rev 10734)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80005';
+our $VERSION='5.80006';
 
 $VERSION = eval $VERSION;
 

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-06-29 22:05:36 UTC (rev 10733)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-06-29 22:05:48 UTC (rev 10734)
@@ -78,7 +78,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80005';
+our $VERSION = '5.80006';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;




More information about the Catalyst-commits mailing list