Use get_all_methods_with_attributes to get all possible actions.
authorFlorian Ragwitz <rafl@debian.org>
Thu, 19 Feb 2009 07:18:54 +0000 (07:18 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 19 Feb 2009 07:18:54 +0000 (07:18 +0000)
commita58af53dae9faa8a3f2ace190d607e17a6afa5d1
treebe3215585d6d00e6dbf0ce26719220d2fe8cb356
parent6cd71736f0a8182dbaf040707fc0bc7a779e99c7
Use get_all_methods_with_attributes to get all possible actions.

The list returned by get_all_methods_with_attributes has the same order in
which the methods have been created. This fixes the last four failing tests.
Makefile.PL
lib/Catalyst/Controller.pm