From: Florian Ragwitz Date: Tue, 12 Jan 2010 21:37:46 +0000 (+0000) Subject: Version 5.80018. X-Git-Tag: 5.80018^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c6e5058f2acfe2ef1f6961191b1961db1d0295e4 Version 5.80018. --- diff --git a/Changes b/Changes index 7f5aff0..236786b 100644 --- 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 98864ee..f1c63fd 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.80017'; +our $VERSION = '5.80018'; $VERSION = eval $VERSION; sub import { diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index b2fe011..c65bfbb 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.80017'; +our $VERSION='5.80018'; $VERSION = eval $VERSION;