prepared for release.
Marcus Ramberg [Sun, 17 Sep 2006 17:36:12 +0000 (17:36 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 82fbefa..81aa1df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.7002
+5.7002   2006-09-17 19:35:32
         - unescape captures to match args
         - fix for relative Chained under namespace '' (root)
         - fix for hashrefs in action attributes from config
index 2331ae6..9090e04 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7001';
+our $VERSION = '5.7002';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 9b5f742..5a63dd6 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7001';
+our $VERSION='5.7002';
 
 =head1 NAME