From: Tomas Doran Date: Tue, 1 Dec 2009 00:54:23 +0000 (+0000) Subject: Bump deps and changelog for another dev release with new scripts and scary path resol... X-Git-Tag: 5.80014_02^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ef546d1e28aa0fe685c4ddf41572e56c8d384101 Bump deps and changelog for another dev release with new scripts and scary path resolving changes so I can have another call to test. --- diff --git a/Changes b/Changes index c023c59..a2ff652 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.80014_02 2009-12-01 00:55:23 Bug fixes: - Fix reporting the wrong Content-Length if the response body is an upgraded string. Strings mean the same thing whether or not they are diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 296cf43..fbad850 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.80014_01'; +our $VERSION = '5.80014_02'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index d6ec44f..d3c5e5d 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.80014_01'; +our $VERSION='5.80014_02'; $VERSION = eval $VERSION;