X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=f93e430c58f6d7f2b2fcae43822062d4a24525ed;hb=08680694151d666fc2f69c54065e2aa09e175742;hp=88e9af2782909be93da28f1a0932d609250092bd;hpb=570ee4337bcafb71a083db0e2b8f02b3cbcf630a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 88e9af2..f93e430 100755 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90069_003'; +our $VERSION = '5.90070'; sub import { my ( $class, @arguments ) = @_;