Prepare for 05 5.80005
Marcus Ramberg [Sat, 6 Jun 2009 12:41:29 +0000 (12:41 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index c9b5bef..73321fe 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80005 2009-06-06 14:40:00
+
   Behaviour changes:
         - Arguments ($c->req->args) in Chained dispatch are now automatically
           URL decoded to be consistent with Local/Path dispatch (Caelum)
index b32c09c..b38be49 100644 (file)
@@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80004';
+our $VERSION = '5.80005';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index b83696c..fe9c57f 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80004';
+our $VERSION='5.80005';
 
 $VERSION = eval $VERSION;