Subject: | Devel::InnerPackage failure |
The "inheritence" [1] test in the "component-setup" branch of Catalyst [2]
fails. It gets TestApp::Controller::Action::Inheritence::A::B, but not
TestApp::Controller::Action::Inheritence::A [3]
By removing "@children or" on line 69 of InnerPackage.pm, the problem
goes away.
-Brian
[1]
http://dev.catalyst.perl.org/browser/branches/Catalyst-component-setup/t/live_component_controller_action_inheritance.t
[2] http://dev.catalyst.perl.org/browser/branches/Catalyst-component-setup
[3]
http://dev.catalyst.perl.org/browser/branches/Catalyst-component-setup/t/lib/TestApp/Controller/Action/Inheritance.pm