X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=a94388f6589a69679dec6dca0a027461b87b7528;hb=0810283f5e3c710d09ab56ceb8fb0b6bfbe3bbe9;hp=b904aa79f50c7b5313993db415fc9a1c89f551a9;hpb=591feafa881b4842124e75fccdf87c76da555e9a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b904aa7..a94388f 100644 --- 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.90073'; +our $VERSION = '5.90075'; sub import { my ( $class, @arguments ) = @_;