Prepare for 5.7099_01
Marcus Ramberg [Wed, 25 Jun 2008 20:38:36 +0000 (20:38 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index c5425e4..004e112 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index 22deaf1..818701e 100644 (file)
@@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7014';
+our $VERSION = '5.7099_01';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 1de1ba3..3e79489 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7014';
+our $VERSION='5.7099_01';
 
 =head1 NAME