Version 5.90003
Tomas Doran [Wed, 5 Oct 2011 01:03:54 +0000 (02:03 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

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