new release to fix busted distributopn 5.90126
John Napiorkowski [Mon, 20 Jan 2020 01:21:41 +0000 (19:21 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Plugin/Unicode/Encoding.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 6eb0f29..553f87c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90126 - 2020-01-19
+  - fix for broken distribution
+
 5.90125 - 2020-01-18
   - Support samesite flag for cookies (mitchjacksontech++)
   - utility method on Catalyst::Action 'equals'
index 5d6635d..53183ed 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.90125';
+our $VERSION = '5.90126';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 sub import {
index 76f277e..98f1f11 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Plugin::Unicode::Encoding;
 
-our $VERSION = '5.90125';
+our $VERSION = '5.90126';
 
 1;
 
index 1d3c75f..5069558 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90125';
+our $VERSION = '5.90126';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME