X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=4f2e7927d4e43b3febe711100700fc05f3a02cf1;hb=82e80cb1a3d0246b2e4ebc07f23599aadf9e8516;hp=c472f4ae31dec7279874b6845ec0ba31269f00f0;hpb=0e725f11bdb3b81b7f67a45c060207e634ddea37;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c472f4a..4f2e792 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.80031'; +our $VERSION = '5.80032'; sub import { my ( $class, @arguments ) = @_;