X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=97b9235a4f978abacefa73fa2069725cac69acd6;hp=0eb99424eed9222274f112c9504d47736aee0bb1;hb=91955398bb1d5dba2bca876b1e21d2ea9b93919b;hpb=05b47f2e6357bc7f1622e6b2cf730ad5bbeb993f diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 0eb9942..97b9235 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -124,6 +124,14 @@ context and arguments Check Args attribute, and makes sure number of args matches the setting. Always returns true if Args is omitted. +=head2 sort_order + +Returns the value of the C attribute, or C<~0> if it has no value. + +=head2 compare + +Returns C<< $a->sort_order <=> $b->sort_order >> . + =head2 namespace Returns the private namespace this action lives in.