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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Apr 29 14:33:19 GMT 2009


Author: rafl
Date: 2009-04-29 15:33:19 +0100 (Wed, 29 Apr 2009)
New Revision: 9942

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 5.80003.

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-04-29 14:33:08 UTC (rev 9941)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-04-29 14:33:19 UTC (rev 9942)
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80003 2009-04-29 16:23:53
         - Various POD tweaks. (hdp, dandv)
         - Fix formatting error in the regex fallback warning. (rafl)
         - Convert the dispatcher's and restarter engine's BUILD method to

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-04-29 14:33:08 UTC (rev 9941)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2009-04-29 14:33:19 UTC (rev 9942)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80002';
+our $VERSION='5.80003';
 
 $VERSION = eval $VERSION;
 

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-04-29 14:33:08 UTC (rev 9941)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-04-29 14:33:19 UTC (rev 9942)
@@ -75,7 +75,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80002';
+our $VERSION = '5.80003';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;




More information about the Catalyst-commits mailing list