Fail, commit version bump 5.80022
Tomas Doran [Mon, 29 Mar 2010 15:55:39 +0000 (15:55 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 9beb3e4..2d33fa2 100644 (file)
--- 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.
index b742de0..13b975f 100644 (file)
@@ -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;
index 935ce79..ab0c30d 100644 (file)
@@ -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;