Showing with 4 additions and 3 deletions.
  1. +1 −0 Changes
  2. +1 −1 lib/Catalyst.pm
  3. +1 −1 lib/Catalyst/Plugin/Unicode/Encoding.pm
  4. +1 −1 lib/Catalyst/Runtime.pm
@@ -1,5 +1,6 @@
# This file documents the revision history for Perl extension Catalyst.

5.90119 - 2018-09-24
- fix test for changes in MooseX::Getopt 0.73 (RT#127050)

5.90118 - 2018-05-01
@@ -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.90118';
our $VERSION = '5.90119';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases

sub import {
@@ -1,6 +1,6 @@
package Catalyst::Plugin::Unicode::Encoding;

our $VERSION = '5.90118';
our $VERSION = '5.90119';

1;

@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }

# Remember to update this in Catalyst as well!

our $VERSION = '5.90118';
our $VERSION = '5.90119';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases

=head1 NAME