From: Henry Van Styn Date: Sun, 10 Aug 2014 13:04:47 +0000 (-0400) Subject: prep for release - 5.90071 X-Git-Tag: 5.90071^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d5765d73f6a77f0c6f88fe634cec77dcb95c00c6 prep for release - 5.90071 --- diff --git a/Changes b/Changes index c0da9be..2bb1c21 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. +5.90071 - 2014-08-10 + - Travis config now performs basic reverse dependency testing. + - Restored deprecated 'env' code in Engine.pm b/c it is still being used out + in the wild (Catalyst-Plugin-Authentication-0.10023) - (removed in 5.90070) + - Reverted changes to debug log/handling (5.90069_003) to fix + rev dep Catalyst-Plugin-Static-Simple-0.32 test suite. + - Added italian translation of default error. + 5.90070 - 2014-08-07 - Retagged previous release as stable; no changes diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm old mode 100755 new mode 100644 index f93e430..f02d62a --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90070'; +our $VERSION = '5.90071'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index ce6708d..f2fb334 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.90070'; +our $VERSION = '5.90071'; =head1 NAME