From: Florian Ragwitz Date: Tue, 11 Oct 2011 15:11:43 +0000 (+0200) Subject: Version 5.90004 X-Git-Tag: 5.90004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4ec26b6cc014801a1177b386e2d9c77dc10806ce Version 5.90004 --- diff --git a/Changes b/Changes index 9ba8c30..389dab1 100644 --- 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 5d0978f..b7fa6fa 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.90004'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index f9b880c..5566833 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.90004'; =head1 NAME