X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=92d5938ffc304a6a9b0a5013c69c94e253824bed;hp=74389f5b9e1bd96f798492c9d0525c81986dbb72;hb=501605db974f1e0ee05bc34fe1060c765001bb77;hpb=bd4b086b23987a3f29bfc16d1a64b03c45a02884 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 74389f5..92d5938 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.90079_002'; +our $VERSION = '5.90079_003'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import {