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