From: Florian Ragwitz Date: Sat, 18 Apr 2009 20:24:51 +0000 (+0000) Subject: Version 5.80001. X-Git-Tag: 5.80001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fae374846bd8612908cd1c240284feb14d00d3e1 Version 5.80001. --- diff --git a/Changes b/Changes index 493d343..521c3f5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.80001 2009-04-18 22:18 - Don't inline the constructor for Catalyst::Log to avoid a warning on recent Moose versions. - Add delta documentation diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d44c2ca..664f0d2 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -74,7 +74,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.8000_07'; +our $VERSION = '5.80001'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index e7b8588..edf64b4 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_07'; +our $VERSION='5.80001'; $VERSION = eval $VERSION;