X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=f02d62aa19843bbdedef772dc77efb2533ed2957;hb=ad9e8de94e240b8668b084ec2714deead7921a98;hp=7e1aed7f12b94b13de90e4e7dbbd0e587a8a2b61;hpb=9c38cb50194368eda26e05b0add82685316e7e09;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm old mode 100755 new mode 100644 index 7e1aed7..f02d62a --- 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_002'; +our $VERSION = '5.90071'; sub import { my ( $class, @arguments ) = @_;