Revert "Version 5.90003"
Tomas Doran [Wed, 5 Oct 2011 07:32:01 +0000 (08:32 +0100)]
This reverts commit 23a34adfebeb887fb66214421cb3064f83e796cd.

Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index e7fb736..21883b6 100644 (file)
--- 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
index 4e97a49..6e9d63c 100644 (file)
@@ -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 ) = @_;
index f9b880c..3d9f95f 100644 (file)
@@ -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