Version 5.80018. 5.80018
Florian Ragwitz [Tue, 12 Jan 2010 21:37:46 +0000 (21:37 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 7f5aff0..236786b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80018 2010-01-12 22:24:20
+
   Bug fixed:
    - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get
      paths correctly decoded. This bug was previously hidden by a bug
index 98864ee..f1c63fd 100644 (file)
@@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80017';
+our $VERSION = '5.80018';
 $VERSION = eval $VERSION;
 
 sub import {
index b2fe011..c65bfbb 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80017';
+our $VERSION='5.80018';
 
 $VERSION = eval $VERSION;