From: Florian Ragwitz Date: Thu, 17 Sep 2009 09:33:28 +0000 (+0000) Subject: Version 5.80013. X-Git-Tag: 5.80013^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=1be0c4f8966328b3d90c5ebf82f924d97a15dfd9 Version 5.80013. --- diff --git a/Changes b/Changes index 58fc501..479164f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80013 2009-09-17 11:07:04 + Bug fixes: - Preserve immutable_options when temporarily making a class mutable in Catalyst::ClassData as this is needed by new Class::MOP. @@ -19,7 +21,7 @@ using them will now generate a warning at startup. - The -short option has been removed from catalyst.pl, stopping new applications from being generated using the ::[MVC]:: naming scheme as - this is deprecated and generates warnings. RT#49771 + this is deprecated and generates warnings. RT#49771 5.80012 2009-09-09 19:09:09 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0f4f0ff..e5b1882 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.80012'; +our $VERSION = '5.80013'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 2cf1bd3..0304b89 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008004; } # Remember to update this in Catalyst as well! -our $VERSION='5.80012'; +our $VERSION='5.80013'; $VERSION = eval $VERSION;