X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=88e9af2782909be93da28f1a0932d609250092bd;hp=7e1aed7f12b94b13de90e4e7dbbd0e587a8a2b61;hb=570ee4337bcafb71a083db0e2b8f02b3cbcf630a;hpb=310c2a39c86dc3f8a1dd0bb80c2543e809e2cb3c diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7e1aed7..88e9af2 100755 --- 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.90069_003'; sub import { my ( $class, @arguments ) = @_;