From: Tomas Doran Date: Wed, 5 Oct 2011 01:03:54 +0000 (+0100) Subject: Version 5.90003 X-Git-Tag: 5.90003~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=23a34adfebeb887fb66214421cb3064f83e796cd Version 5.90003 --- diff --git a/Changes b/Changes index 21883b6..e7fb736 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # 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 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