X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=48a50965d6db51e71b8349cfe050a0cca1ff59f6;hb=63a50bd691370dbe53aea733ef44f34d5e4e8f06;hp=6155e9ca9d4cefba6f3d56c7acd8125c7b89e107;hpb=cb1e348badf54b4ceacca793b0baa6312e2a7e5d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6155e9c..48a5096 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.89003'; +our $VERSION = '5.9000'; sub import { my ( $class, @arguments ) = @_;