From: Marcus Ramberg Date: Tue, 21 Apr 2009 10:38:16 +0000 (+0000) Subject: Prepare for 5.800002 X-Git-Tag: 5.80002~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a3307111c55ecbbc71f446fcb68d32565b3b0247 Prepare for 5.800002 --- diff --git a/Changes b/Changes index 72aad69..92a3cc9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.80002 2009-04-21 12:21:00 - Fix issues with restarting the application class due to C3 failures on perl 5.10 (t0m) - Work around issues in Moose with initialization order of multiple diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 91239c4..eee6a00 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -75,7 +75,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80001'; +our $VERSION = '5.80002'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index edf64b4..fcd4c41 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.80001'; +our $VERSION='5.80002'; $VERSION = eval $VERSION;