X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=958e0052b0b9f6693db1f5301c375e25d11b28e1;hb=90d3ac104811f9fa2fa2e472b40b58a1dff78ef9;hp=93b6fe9b20869130c9de0a606eae55880d0e4ee8;hpb=1893c1946e7cc5bb493241d8c9e783a02147f8b4;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm old mode 100755 new mode 100644 index 93b6fe9..958e005 --- 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_004'; +our $VERSION = '5.90072'; sub import { my ( $class, @arguments ) = @_;