[Catalyst-commits] r12771 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Jan 29 00:16:48 GMT 2010
Author: rafl
Date: 2010-01-29 00:16:48 +0000 (Fri, 29 Jan 2010)
New Revision: 12771
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.80019.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-01-29 00:16:42 UTC (rev 12770)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-01-29 00:16:48 UTC (rev 12771)
@@ -1,5 +1,7 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80019 2010-01-29 01:04:09
+
Bug fixed:
- Calls to $c->uri_for with private paths as strings (e.g.
$c->uri_for('controller/action', 'arg1', 'arg2') ) no longer have
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-01-29 00:16:42 UTC (rev 12770)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-01-29 00:16:48 UTC (rev 12771)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80018';
+our $VERSION='5.80019';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-01-29 00:16:42 UTC (rev 12770)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-01-29 00:16:48 UTC (rev 12771)
@@ -78,7 +78,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80018';
+our $VERSION = '5.80019';
$VERSION = eval $VERSION;
sub import {
More information about the Catalyst-commits
mailing list