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