From: John Napiorkowski Date: Thu, 18 Jan 2018 20:41:30 +0000 (-0600) Subject: document changes X-Git-Tag: 5.90116~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9d77b559afd856d76549645c55811abca8661563;hp=c2eac008b6f566090128f60259a6cc8fee720298 document changes --- diff --git a/Changes b/Changes index e69b8be..cbd5bfa 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,12 @@ 5.90116 - TBA - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - - + - PR135 - improved test cases for query keywork + - PR158 - improved docs for Catalyst::Test + - PR157 - improved error response for data_handlers + - PR156 - POD fixes + - PR154 - Few dependencies + - PR152 - Better support for HTTP Patch 5.90115 - 2017-05-01 - fixes for silent bad behavior in Catalyst::ScriptRole and 'ensure_class_loaded' diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d4701cc..18a6e7b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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.90115'; +our $VERSION = '5.90116'; $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 24ddcc7..897646a 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.90115'; +our $VERSION = '5.90116'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases =head1 NAME