X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b9c6d767ecf14479e83635c1466f58f3c3b2e007;hp=25661fec2dea9827c608deb61db87551beab7c59;hb=4d94a93ad9c5791db5861b3dc2250aa6ef4770f2;hpb=05585938560f1bf415ef75ec4bed09ad7da82546 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 25661fe..b9c6d76 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.90082'; +our $VERSION = '5.90083'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import {