X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=d16779b5a9292d4494c2dfaaabec19fca26d5b97;hp=65521ec6e71acf8744d62c668bd6fb7e0aa386fa;hb=a61b69837d86d115383621109faa3157af75ce91;hpb=cd83d772398c88186588f4018c827cf95c55d933 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 65521ec..d16779b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90049_005'; +our $VERSION = '5.90049_006'; sub import { my ( $class, @arguments ) = @_;