From: Florian Ragwitz Date: Sun, 23 Aug 2009 11:55:48 +0000 (+0000) Subject: Version 5.80011. X-Git-Tag: 5.80011^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a61a96b31668324ee13f4e50456f192ee1f61bf4;hp=9d59dde8094a208a59ea622a7c78e75950f18bf9 Version 5.80011. --- diff --git a/Changes b/Changes index e32fbc2..327d159 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80011 2009-08-23 13:48:15 + Bug fixes: - Remove leftovers of the restarter engine. The removed code caused test failures, which weren't apparent for anyone still having an old version diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f8c84ce..60ccc33 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80010'; +our $VERSION = '5.80011'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index dba230d..59b5eee 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008006; } # Remember to update this in Catalyst as well! -our $VERSION='5.80010'; +our $VERSION='5.80011'; $VERSION = eval $VERSION;