[Catalyst-commits] r10728 - Catalyst-Runtime/5.80/trunk/lib/Catalyst
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Mon Jun 29 17:06:21 GMT 2009
Author: caelum
Date: 2009-06-29 17:06:21 +0000 (Mon, 29 Jun 2009)
New Revision: 10728
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Action.pm
Log:
add note about overloaded <=>
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Action.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Action.pm 2009-06-29 16:55:35 UTC (rev 10727)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Action.pm 2009-06-29 17:06:21 UTC (rev 10728)
@@ -124,6 +124,8 @@
Compares 2 actions based on the value of the C<Args> attribute, with no C<Args>
having the highest precedence.
+C<< <=> >> is overloaded to use this method.
+
=head2 namespace
Returns the private namespace this action lives in.
More information about the Catalyst-commits
mailing list