From: Florian Ragwitz Date: Fri, 21 Aug 2009 20:28:30 +0000 (+0000) Subject: Version 5.80009. X-Git-Tag: 5.80009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=1b29071319cc106434a29b681b1c52f247bc9f19 Version 5.80009. --- diff --git a/Changes b/Changes index 364e5ce..43fab34 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80009 2009-08-21 22:21:08 + Bug fixes: - Fix and add tests for generating inner packages inside the COMPONENT method, and those packages being correctly registered as components. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c5f8df5..8f4e192 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.80008'; +our $VERSION = '5.80009'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0b35d2d..0f2a61b 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.80008'; +our $VERSION='5.80009'; $VERSION = eval $VERSION;