Remove special-casing of '*' for get_action_methods
authorFlorian Ragwitz <rafl@debian.org>
Thu, 14 Apr 2011 11:56:17 +0000 (13:56 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 14 Apr 2011 12:01:04 +0000 (14:01 +0200)
commitbdd6684e4fc8a5d23e580c22831aa21f42f3b9c8
tree54592dbdda9ef315b66e6892ea621f3663c52455
parented9d06b6c87f01030c2189199fe0351ef674e9e7
Remove special-casing of '*' for get_action_methods

Instead, pull '*' out of _controller_actions early on. The part where they're
applied to actions is still gross.
lib/Catalyst/Controller.pm