X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=2b22945d1fccf1ab15580e1e54c28c62f2333332;hp=8cd14fe58b433d7a3eddfe7ebf2d3c3cca9849d7;hb=aa3897dbd07156dbd1b80c5d1571101140e13a11;hpb=c6392ad5e874d642cea7f774aba922f3540044db diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8cd14fe..2b22945 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90012'; +our $VERSION = '5.90013'; sub import { my ( $class, @arguments ) = @_;