From: Tomas Doran Date: Wed, 5 Oct 2011 07:32:01 +0000 (+0100) Subject: Revert "Version 5.90003" X-Git-Tag: 5.90003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=84755bc3c6c73deaa10f3f7ba4e1a0432220c9fc Revert "Version 5.90003" This reverts commit 23a34adfebeb887fb66214421cb3064f83e796cd. --- diff --git a/Changes b/Changes index e7fb736..21883b6 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,5 @@ # This file documents the revision history for Perl extension Catalyst. -5.90003 - 2011-10-05 02:03:00 - Bug fixes: - Make default body reponses for 302s W3C compliant. RT#71237 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4e97a49..6e9d63c 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.90003'; +our $VERSION = '5.90002'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index f9b880c..3d9f95f 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.90003'; +our $VERSION = '5.90002'; =head1 NAME