From: Marcus Ramberg Date: Wed, 9 Sep 2009 17:08:03 +0000 (+0000) Subject: Prepare for release X-Git-Tag: 5.80012^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=534d1a9a087f71197b10aa45ae38bffccafca5be Prepare for release --- diff --git a/Changes b/Changes index c268650..88ad125 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +# +5.80012 2009-09-09 19:09:09 Bug fixes: - Fix t/optional_http-server.t test. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f616ba8..5b975b7 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.80011'; +our $VERSION = '5.80012'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index d94f3f0..2cf1bd3 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.80011'; +our $VERSION='5.80012'; $VERSION = eval $VERSION;