X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=92621a10eb151f117ccb27b4d0feb688645a3600;hb=67b8d82923e00a64e872a93685e0e19d41168451;hp=e384bbb4cd3908963bd9d9220d92f5910a067843;hpb=0d94e986178610515926806b405beeab19457a36;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e384bbb..92621a1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -129,7 +129,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.90083'; +our $VERSION = '5.90084'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import {