Teach Cat to pass a _component_name into COMPONENT method, which is what ends up...
authorTomas Doran <bobtfish@bobtfish.net>
Fri, 17 Jul 2009 22:57:47 +0000 (22:57 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Fri, 17 Jul 2009 22:57:47 +0000 (22:57 +0000)
commit1b79e1994c40fc525b4a84c900a5c95ffd4a2f8a
tree6b55aa031ae2ed24e1e5636588c4a728c38b07e2
parent139b894c380e870c0b25ea20749cc6f689d93fa0
Teach Cat to pass a _component_name into COMPONENT method, which is what ends up getting passed to the 'class' in actions. This means that actions know what controller name they are associated with, rather than knowing which concrete class the controller happens to be an instance of
lib/Catalyst.pm
lib/Catalyst/Component.pm
lib/Catalyst/Controller.pm