Bump deps and changelog for another dev release with new scripts and scary path resol... 5.80014_02
Tomas Doran [Tue, 1 Dec 2009 00:54:23 +0000 (00:54 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index c023c59..a2ff652 100644 (file)
--- 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
index 296cf43..fbad850 100644 (file)
@@ -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}$/;
index d6ec44f..d3c5e5d 100644 (file)
@@ -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;