From: Florian Ragwitz Date: Tue, 30 Jun 2009 22:09:48 +0000 (+0000) Subject: Version 5.80007. X-Git-Tag: 5.80007^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=eb1057a194ca0459c1a6383fa53959b63d2b10be Version 5.80007. --- diff --git a/Changes b/Changes index adb2c70..0431880 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80007 2009-06-30 23:54:34 + Bug fixes: - Don't mangle query parameters passed to uri_for - Tests for this (Byron Young + Amir Sadoughi) diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c938ab7..0226a1c 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.80006'; +our $VERSION = '5.80007'; { my $dev_version = $VERSION =~ /_\d{2}$/; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 560832e..271d7a5 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008001; } # Remember to update this in Catalyst as well! -our $VERSION='5.80006'; +our $VERSION='5.80007'; $VERSION = eval $VERSION;