X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=475ba75b13a6b29d6266e8719b65b89650dd96b8;hb=refs%2Ftags%2F5.90009;hp=3f1caa8e721146d70d9c809aa421e28ccea0ef24;hpb=0f6be50c90e64a135de4f8fd00703b3fc34f0fa5;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 ) = @_;