[Catalyst-commits] r10458 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Sat Jun 6 12:41:29 GMT 2009
Author: marcus
Date: 2009-06-06 12:41:29 +0000 (Sat, 06 Jun 2009)
New Revision: 10458
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:
Prepare for 05
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-06-06 12:20:37 UTC (rev 10457)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-06-06 12:41:29 UTC (rev 10458)
@@ -1,5 +1,7 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80005 2009-06-06 14:40:00
+
Behaviour changes:
- Arguments ($c->req->args) in Chained dispatch are now automatically
URL decoded to be consistent with Local/Path dispatch (Caelum)
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-06-06 12:20:37 UTC (rev 10457)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-06-06 12:41:29 UTC (rev 10458)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80004';
+our $VERSION='5.80005';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-06-06 12:20:37 UTC (rev 10457)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-06-06 12:41:29 UTC (rev 10458)
@@ -76,7 +76,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80004';
+our $VERSION = '5.80005';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list