Bumping version to 5.90_127
Graham Knop [Mon, 27 Jul 2020 01:12:03 +0000 (03:12 +0200)]
lib/Catalyst.pm
lib/Catalyst/Plugin/Unicode/Encoding.pm
lib/Catalyst/Runtime.pm

index e6f6caa..4110744 100644 (file)
@@ -207,7 +207,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.90126';
+our $VERSION = '5.90_127';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 sub import {
index 98f1f11..a023d56 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Plugin::Unicode::Encoding;
 
-our $VERSION = '5.90126';
+our $VERSION = '5.90_127';
 
 1;
 
index 5069558..3070abb 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90126';
+our $VERSION = '5.90_127';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME