From: John Napiorkowski Date: Tue, 23 Sep 2014 17:08:01 +0000 (-0500) Subject: up version for pending release X-Git-Tag: 5.90076~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=591feafa881b4842124e75fccdf87c76da555e9a up version for pending release --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d3880e6..b904aa7 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -127,7 +127,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.90072'; +our $VERSION = '5.90073'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 446286f..fa9b74b 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.90072'; +our $VERSION = '5.90073'; =head1 NAME