X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=92621a10eb151f117ccb27b4d0feb688645a3600;hp=e384bbb4cd3908963bd9d9220d92f5910a067843;hb=99e6803ef202f2af101c02f2d7d2abf47d620165;hpb=8479713ce5e3aa4d46972aa70f037212dd7ddc90 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 {