Bumping version to 5.90120
Karen Etheridge [Fri, 19 Oct 2018 05:32:38 +0000 (22:32 -0700)]
lib/Catalyst.pm
lib/Catalyst/Plugin/Unicode/Encoding.pm
lib/Catalyst/Runtime.pm

index bd6c65b..c6ccc59 100644 (file)
@@ -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 {
index 4999b42..c8d50c5 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Plugin::Unicode::Encoding;
 
-our $VERSION = '5.90119';
+our $VERSION = '5.90120';
 
 1;
 
index 1405847..8d72cc8 100644 (file)
@@ -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