From: John Napiorkowski Date: Thu, 7 Nov 2013 17:05:07 +0000 (-0600) Subject: up version and record changes for new release X-Git-Tag: 5.90051^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=707988f842f6f62769eb5451b9c450ec8af48433 up version and record changes for new release --- diff --git a/Changes b/Changes index 851ff40..711fa30 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. +5.90051 - 2013-11-06 + - Be more skeptical of the existance of $request->env to fix a regression + introduced in Catalyst::Action::REST by the previous release + 5.90050 - 2013-11-05 - Previously public predicates on the following attributes are now considered private and their method names have been changed to follow Perl convention diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6007f3a..310eafe 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90050'; +our $VERSION = '5.90051'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 3da2731..583bf98 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.90050'; +our $VERSION = '5.90051'; =head1 NAME