Version 5.90004 5.90004
Florian Ragwitz [Tue, 11 Oct 2011 15:11:43 +0000 (17:11 +0200)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 9ba8c30..389dab1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90004 - 2011-10-11 17:12:00
+
   Bug fixes:
 
    - Don't guess engine class names when setting an engine through
index 5d0978f..b7fa6fa 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.90004';
 
 sub import {
     my ( $class, @arguments ) = @_;
index f9b880c..5566833 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.90004';
 
 =head1 NAME