prepared for 03
Marcus Ramberg [Thu, 21 Sep 2006 14:33:30 +0000 (14:33 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 81aa1df..2f8f386 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst.
 
+5.7003   2006-09-21 16:29:45
+        - Additions and updates to tutorial
+
 5.7002   2006-09-17 19:35:32
         - unescape captures to match args
         - fix for relative Chained under namespace '' (root)
index 9090e04..dd4607a 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7002';
+our $VERSION = '5.7003';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 5a63dd6..88048d6 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7002';
+our $VERSION='5.7003';
 
 =head1 NAME