Split test out into a more proper app, so that the test no longer relies on the metac...
authorTomas Doran <bobtfish@bobtfish.net>
Wed, 12 Aug 2009 01:09:09 +0000 (01:09 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Wed, 12 Aug 2009 01:09:09 +0000 (01:09 +0000)
commitc68a3c90180235a2a464ce237a96fef79db468bf
tree84ed0ab21e4f9421fed9a166335d21e277f3ee2a
parentd0e5dfb535fa8c2488caf7895153d9f31622ca62
Split test out into a more proper app, so that the test no longer relies on the metaclass initialization hacking occurring in ->setup_component, as I want to move it
t/lib/TestAppNonMooseController.pm [new file with mode: 0644]
t/lib/TestAppNonMooseController/Controller/Foo.pm [new file with mode: 0644]
t/lib/TestAppNonMooseController/ControllerBase.pm [new file with mode: 0644]
t/unit_metaclass_compat_non_moose_controller.t