X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=e0b1117c1d7c8eed7255b5ded4b03b0848787ef9;hp=8d8000b3047f17ccb0c5c5ad962ccc7ef3c50286;hb=ee2c12fdbfa4662604cf07fa488b5c43c1e25b80;hpb=5bec3c066856eaf822d757d6c8295276ddb9d281 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8d8000b..e0b1117 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.90076'; +our $VERSION = '5.90077'; sub import { my ( $class, @arguments ) = @_;