From: Florian Ragwitz Date: Tue, 1 Mar 2011 14:26:46 +0000 (+0100) Subject: Version 5.89001 X-Git-Tag: 5.89001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=aceee8b5c5fa1198e7c77652ba58049d4582b8d8 Version 5.89001 --- diff --git a/Changes b/Changes index d95993b..f183edf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.89001 2011-03-01 15:27:00 (TRIAL release) + Bug fixes: - Fixed command-line argument passing in Catalyst::Script::FastCGI. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 02110ed..d70d4c4 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -81,7 +81,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.89000'; +our $VERSION = '5.89001'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 6fa696a..cbf30cb 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.89000'; +our $VERSION = '5.89001'; =head1 NAME