[Catalyst-commits] r10759 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Jun 30 22:09:49 GMT 2009
Author: rafl
Date: 2009-06-30 22:09:48 +0000 (Tue, 30 Jun 2009)
New Revision: 10759
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
Log:
Version 5.80007.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-06-30 21:57:12 UTC (rev 10758)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-06-30 22:09:48 UTC (rev 10759)
@@ -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)
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-06-30 21:57:12 UTC (rev 10758)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-06-30 22:09:48 UTC (rev 10759)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80006';
+our $VERSION='5.80007';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-06-30 21:57:12 UTC (rev 10758)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-06-30 22:09:48 UTC (rev 10759)
@@ -78,7 +78,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80006';
+our $VERSION = '5.80007';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list