From: Florian Ragwitz Date: Sat, 21 Nov 2009 02:31:02 +0000 (+0000) Subject: Version 5.80014. X-Git-Tag: 5.80014^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=568e11a2f0ff771401948d40d75e688eda098476 Version 5.80014. --- diff --git a/Changes b/Changes index ef52b77..7f57329 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80014 2009-11-21 02:51:14 + Bug fixes: - Require MooseX::MethodAttributes 0.17. This in turn requires new MooseX::Types to stop warnings in Moose 0.91, and correctly supports diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6e74e58..6a73f09 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.80013'; +our $VERSION = '5.80014'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 0304b89..0933fd5 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.80013'; +our $VERSION='5.80014'; $VERSION = eval $VERSION;