From: Tomas Doran Date: Thu, 16 Feb 2012 09:06:42 +0000 (+0000) Subject: Version 5.90009 X-Git-Tag: 5.90009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8d1968626a002b327f07cf6797e4f23fb1031ff4 Version 5.90009 --- diff --git a/Changes b/Changes index 8a9d904..774a6f7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.90009 - 2012-02-16 09:06:00 + Bug fixes: - Fix the debug page so that it works as expected with the latest refactoring. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 3f1caa8..475ba75 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90008'; +our $VERSION = '5.90009'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index a56a842..ebd1be4 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90008'; +our $VERSION = '5.90009'; =head1 NAME