From: Marcus Ramberg Date: Sun, 20 Jul 2008 08:11:37 +0000 (+0000) Subject: Prepare for _03 dev release X-Git-Tag: 5.7099_04~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=15548f4e44b371a6fcf7b321f92278f41cd4cdcc Prepare for _03 dev release --- diff --git a/Changes b/Changes index 046589a..4b38787 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.7xxxxxx XXXX +5.7099_03 2008-07-20 10:10:00 - Fix regressions for regexp fallback in model(), view() and controller() - Added the supplied argument to the regexp fallback warning for easier debugging diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index fe7a6d2..02f1216 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7099_02'; +our $VERSION = '5.7099_03'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 183100a..c74a474 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.7099_02'; +our $VERSION='5.7099_03'; $VERSION= eval $VERSION;