From: Tomas Doran Date: Mon, 22 Aug 2011 20:45:58 +0000 (+0100) Subject: Version 5.90002 X-Git-Tag: 5.90002^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F5.90002;hp=f7580cc4469cdb1cc28708a6b5619e9bd68e153b;p=catagits%2FCatalyst-Runtime.git Version 5.90002 --- diff --git a/Changes b/Changes index 1e38cc7..acc4c84 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.90002 - 2011-08-22 21:44:00 Backward compatibility fixes: - Deploying via mod_perl in some cases is fixed by making diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6621825..f60af3e 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.90001'; +our $VERSION = '5.90002'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 5104914..3d9f95f 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.90001'; +our $VERSION = '5.90002'; =head1 NAME