X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b9c6d767ecf14479e83635c1466f58f3c3b2e007;hb=c4d66db21a40f66eb70e138d4fe681e98d71ee9b;hp=25661fec2dea9827c608deb61db87551beab7c59;hpb=7983960e48774a8274af2eee31111003d21570b9;p=catagits%2FCatalyst-Runtime.git 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 {