From: Marcus Ramberg Date: Sun, 12 Apr 2009 17:38:59 +0000 (+0000) Subject: Prepare for maybe-release X-Git-Tag: 5.80001~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b6103f13426520d083ef9e0671dbc6ea2750cd40;hp=d24cef921ff7b5641b6b4b3665decdcf2fbea122 Prepare for maybe-release --- diff --git a/Changes b/Changes index 14030d4..e82bf60 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.8000_07 2009-04-12 13:37 - Add the Catalyst::Dispatcher->dispatch_type method (ash) - Throw an exception rather than loading an app if an action tries to chain to itself (t0m) diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6aa7357..e60e1bb 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.8000_06'; +our $VERSION = '5.8000_07'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index f88be46..e7b8588 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.8000_06'; +our $VERSION='5.8000_07'; $VERSION = eval $VERSION;