X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=310eafe6e5eef3255ce25c9db847dd33faeb27b8;hp=6007f3a0e9a8fec5ab5e148defb30c2f61aa4a7b;hb=707988f842f6f62769eb5451b9c450ec8af48433;hpb=b111b5c1622ce29ea5524b552ddb1ab8ea614a1a diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6007f3a..310eafe 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.90050'; +our $VERSION = '5.90051'; sub import { my ( $class, @arguments ) = @_;