From: Graham Knop Date: Mon, 22 Oct 2018 19:37:57 +0000 (+0200) Subject: Bumping version to 5.90_121 X-Git-Tag: v5.90_121~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8ab4e09d3537c1b3e4eb4ca489a5b1c35568a7d3 Bumping version to 5.90_121 --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 92ec180..2067356 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.90120'; +our $VERSION = '5.90_121'; $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 c8d50c5..9d87235 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.90120'; +our $VERSION = '5.90_121'; 1; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 8d72cc8..f0cf052 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.90120'; +our $VERSION = '5.90_121'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME