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

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Wed Jun 25 21:38:36 BST 2008


Author: marcus
Date: 2008-06-25 21:38:36 +0100 (Wed, 25 Jun 2008)
New Revision: 8003

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 5.7099_01

Modified: Catalyst-Runtime/5.70/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.70/trunk/Changes	2008-06-25 20:16:15 UTC (rev 8002)
+++ Catalyst-Runtime/5.70/trunk/Changes	2008-06-25 20:38:36 UTC (rev 8003)
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.7xxx  xxx
+5.7099_01 2008-06-25 22:36:00
         - Refactored component resolution (component(), models(), model(), et al). We now
           throw warnings for two reasons:
           1) model() or view() was called with no arguments, and two results are returned

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm	2008-06-25 20:16:15 UTC (rev 8002)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst/Runtime.pm	2008-06-25 20:38:36 UTC (rev 8003)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7014';
+our $VERSION='5.7099_01';
 
 =head1 NAME
 

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-06-25 20:16:15 UTC (rev 8002)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-06-25 20:38:36 UTC (rev 8003)
@@ -64,7 +64,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7014';
+our $VERSION = '5.7099_01';
 
 sub import {
     my ( $class, @arguments ) = @_;




More information about the Catalyst-commits mailing list