From: Florian Ragwitz Date: Fri, 21 Aug 2009 21:41:05 +0000 (+0000) Subject: Version 5.80010. X-Git-Tag: 5.80010^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.80010 Version 5.80010. --- diff --git a/Changes b/Changes index 8beefc8..2f31847 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.80010 +5.80010 2009-08-21 23:32:15 Bug fixes: - Fix and add tests for a regression introduced by 5.80008. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8f4e192..f8c84ce 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80009'; +our $VERSION = '5.80010'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0f2a61b..dba230d 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008006; } # Remember to update this in Catalyst as well! -our $VERSION='5.80009'; +our $VERSION='5.80010'; $VERSION = eval $VERSION;