X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=d6717cb97ee642b0647897008510165b7d4fcc21;hp=e32c7354de0eaf5ebef911310acd6456bceeed99;hb=67fd25bc03bc87a19db237a13fcb1cd157252101;hpb=c7f851424be516dd34be1e6825bda8e46201507d diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e32c735..d6717cb 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.90081'; +our $VERSION = '5.90082'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import {