X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=9f770212961ef197fd759ace0d46292760710eac;hb=94d7a76e1f113e306327a86cbdbcae2afd428f0a;hp=475ba75b13a6b29d6266e8719b65b89650dd96b8;hpb=8d1968626a002b327f07cf6797e4f23fb1031ff4;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 475ba75..9f77021 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.90009'; +our $VERSION = '5.90010'; sub import { my ( $class, @arguments ) = @_;