up version and record changes for new release 5.90051
John Napiorkowski [Thu, 7 Nov 2013 17:05:07 +0000 (11:05 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 851ff40..711fa30 100644 (file)
--- 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
index 6007f3a..310eafe 100644 (file)
@@ -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 ) = @_;
index 3da2731..583bf98 100644 (file)
@@ -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