From: Rafael Kitover Date: Mon, 29 Jun 2009 17:06:21 +0000 (+0000) Subject: add note about overloaded <=> X-Git-Tag: 5.80006~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4dcffe42e2dc781d2942bd4935cb1d3c96ce6464;p=catagits%2FCatalyst-Runtime.git add note about overloaded <=> --- diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 8237cc0..1649f35 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -124,6 +124,8 @@ Always returns true if Args is omitted. Compares 2 actions based on the value of the C attribute, with no C having the highest precedence. +C<< <=> >> is overloaded to use this method. + =head2 namespace Returns the private namespace this action lives in.