From: Tomas Doran Date: Thu, 28 Jul 2011 18:33:42 +0000 (+0100) Subject: Version 5.89003 X-Git-Tag: 5.89003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cfb5d52a9772eecc218a5a1cec5ae8fe890f4e68 Version 5.89003 --- diff --git a/Changes b/Changes index 7b91540..b2aea32 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.89003 2011-07-XX XX:XX:XX (TRIAL release) +5.89003 2011-07-28 20:11:50 (TRIAL release) Backward compatibility fixes: diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9287999..ec983a1 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.89002'; +our $VERSION = '5.89003'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index fc8c555..7b87131 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.80033'; +our $VERSION = '5.89003'; =head1 NAME