From: John Napiorkowski Date: Mon, 27 Apr 2015 18:03:50 +0000 (-0500) Subject: up version to prepare release X-Git-Tag: 5.90089_003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=0d0d19ed00b7f86a716558d34a5a8d810d074d3a;hp=2234c98aef4d0c6b320482efc02c308c17d2670d up version to prepare release --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2c6df37..b0e0129 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -157,7 +157,7 @@ sub composed_stats_class { __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90089_002'; +our $VERSION = '5.90089_003'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import { diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index db5221d..ea3d8cb 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90089_002'; +our $VERSION = '5.90089_003'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME