[Catalyst-commits] r8143 - in Catalyst-Runtime/5.70/trunk: . lib lib/Catalyst

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Sun Jul 20 09:11:38 BST 2008


Author: marcus
Date: 2008-07-20 09:11:37 +0100 (Sun, 20 Jul 2008)
New Revision: 8143

Modified:
   Catalyst-Runtime/5.70/trunk/Changes
   Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
   Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm
Log:
Prepare for _03 dev release

Modified: Catalyst-Runtime/5.70/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.70/trunk/Changes	2008-07-18 16:33:06 UTC (rev 8142)
+++ Catalyst-Runtime/5.70/trunk/Changes	2008-07-20 08:11:37 UTC (rev 8143)
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.7xxxxxx XXXX
+5.7099_03 2008-07-20 10:10:00
         - Fix regressions for regexp fallback in model(), view() and controller()
         - Added the supplied argument to the regexp fallback warning for easier
           debugging

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm	2008-07-18 16:33:06 UTC (rev 8142)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm	2008-07-20 08:11:37 UTC (rev 8143)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7099_02';
+our $VERSION='5.7099_03';
 
 $VERSION= eval $VERSION; 
 

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-07-18 16:33:06 UTC (rev 8142)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-07-20 08:11:37 UTC (rev 8143)
@@ -64,7 +64,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7099_02';
+our $VERSION = '5.7099_03';
 
 sub import {
     my ( $class, @arguments ) = @_;




More information about the Catalyst-commits mailing list