X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=4f2e7927d4e43b3febe711100700fc05f3a02cf1;hp=c472f4ae31dec7279874b6845ec0ba31269f00f0;hb=07608083b45757d578c86aa60ca8aa585d34a6a2;hpb=8dde82d5f6edb08e2e617f5ae666131fb7041141 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 ) = @_;