X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b27f09018041c74f9d3b67276f2d8982af622573;hb=25f55123b7c0b520eb166890bf47f1f3217200af;hp=b0d3c91b408df26de0b970803546587cdc5c8f5c;hpb=8dc69021513026f14bf6920a289759b73ad1e29f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b0d3c91..b27f090 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -65,7 +65,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7012'; +our $VERSION = '5.7013'; sub import { my ( $class, @arguments ) = @_;