Add tests that _component_name works as expected, and that anon classes in controller...
authorTomas Doran <bobtfish@bobtfish.net>
Sat, 18 Jul 2009 11:10:35 +0000 (11:10 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sat, 18 Jul 2009 11:10:35 +0000 (11:10 +0000)
commit5bb1a41514e56f629611b4b9bfc23f7c0ddfa8eb
tree44fafa047c4800b948072f487d450c9e7fc87be2
parent4d38cb074da32815d87f1fb9fe7c03b761fdf15a
Add tests that _component_name works as expected, and that anon classes in controllers applying roles which wrap action with custom action classes works, that action classes know the right component name
Makefile.PL
t/aggregate/live_component_controller_anon.t [new file with mode: 0644]
t/lib/TestApp/Action/TestMyAction.pm
t/lib/TestApp/Controller/Anon.pm [new file with mode: 0644]