From: Marcus Ramberg Date: Thu, 21 Sep 2006 14:33:30 +0000 (+0000) Subject: prepared for 03 X-Git-Tag: 5.7099_04~344 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8df786038087f3c31a62dc7163c81b1f69270447;hp=f2c10d65222a90ee666a98daeff0120508061b52 prepared for 03 --- diff --git a/Changes b/Changes index 81aa1df..2f8f386 100644 --- 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) diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9090e04..dd4607a 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 5a63dd6..88048d6 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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