From: Karen Etheridge Date: Fri, 19 Oct 2018 05:32:38 +0000 (-0700) Subject: Bumping version to 5.90120 X-Git-Tag: v5.90120~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=aadb216d5a941c57a1f153401737d66f7e5ee10e Bumping version to 5.90120 --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index bd6c65b..c6ccc59 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.90119'; +our $VERSION = '5.90120'; $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 4999b42..c8d50c5 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.90119'; +our $VERSION = '5.90120'; 1; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 1405847..8d72cc8 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.90119'; +our $VERSION = '5.90120'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME