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