From: Tomas Doran Date: Wed, 5 Oct 2011 07:39:00 +0000 (+0100) Subject: Version 5.90003 X-Git-Tag: 5.90003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a253d52742575eabcdaf703729024d2ed3db496a Version 5.90003 --- diff --git a/Changes b/Changes index 21883b6..4228e94 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.90003 - 2011-10-05 08:32:00 Bug fixes: - Make default body reponses for 302s W3C compliant. RT#71237 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6e9d63c..4e97a49 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90002'; +our $VERSION = '5.90003'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 3d9f95f..f9b880c 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008004; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90002'; +our $VERSION = '5.90003'; =head1 NAME