X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=ec983a14b57e01cc8e3159c938889128a524fb45;hb=cfb5d52a9772eecc218a5a1cec5ae8fe890f4e68;hp=928799950ee0f6f2ce11f68d5bd5b886e7663190;hpb=925f587745ef8fa53a4d7458f67a827a68a04dc3;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9287999..ec983a1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.89002'; +our $VERSION = '5.89003'; sub import { my ( $class, @arguments ) = @_;