Version 5.80007. 5.80007
Florian Ragwitz [Tue, 30 Jun 2009 22:09:48 +0000 (22:09 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index adb2c70..0431880 100644 (file)
--- 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)
index c938ab7..0226a1c 100644 (file)
@@ -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}$/;
index 560832e..271d7a5 100644 (file)
@@ -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;