From: Graham Knop Date: Tue, 27 Nov 2018 15:33:49 +0000 (+0100) Subject: Bumping version to 5.90123 X-Git-Tag: v5.90123~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8e322ed0b39da75b8d888025782f496ca781527f;hp=a8d271ac81b58922bbc18b248421b8bc586cc29b Bumping version to 5.90123 --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index a2274f1..7d60f20 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -205,7 +205,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.90122'; +our $VERSION = '5.90123'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import { diff --git a/lib/Catalyst/Plugin/Unicode/Encoding.pm b/lib/Catalyst/Plugin/Unicode/Encoding.pm index dec3341..53f1845 100644 --- a/lib/Catalyst/Plugin/Unicode/Encoding.pm +++ b/lib/Catalyst/Plugin/Unicode/Encoding.pm @@ -1,6 +1,6 @@ package Catalyst::Plugin::Unicode::Encoding; -our $VERSION = '5.90122'; +our $VERSION = '5.90123'; 1; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index a80211d..e1b78ea 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.90122'; +our $VERSION = '5.90123'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME