From: Tomas Doran Date: Mon, 29 Mar 2010 15:55:39 +0000 (+0000) Subject: Fail, commit version bump X-Git-Tag: 5.80022^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=14a1ceeffe74d8c24dc270238f4069915270a6e5 Fail, commit version bump --- diff --git a/Changes b/Changes index 9beb3e4..2d33fa2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80022 2010-03-28 19:43:01 + New features: - Log an extra line in debug mode with the response status code, the content type and content length if available. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b742de0..13b975f 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80021'; +our $VERSION = '5.80022'; our $PRETTY_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 935ce79..ab0c30d 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.80021'; +our $VERSION='5.80022'; $VERSION = eval $VERSION;