From: John Napiorkowski Date: Wed, 20 Jul 2016 20:09:33 +0000 (-0500) Subject: version info for release X-Git-Tag: 5.90112~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bde75a9e4dbbf97e78d29125e6f3c81207a28fbf version info for release --- diff --git a/Changes b/Changes index 15a2c58..cae9c78 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. +5.90111 - 2016-07-20 + - Improved documentation around some of the unicode changes; tests (melmothx++) + 5.90110 - 2016-07-20 - Better catching of HTTP style exceptions so that you can reliable use one to override many core method. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 41be157..2d40ae8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -204,7 +204,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.90110'; +our $VERSION = '5.90111'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import { diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 3e9f952..8283b87 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.90110'; +our $VERSION = '5.90111'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME