Help for this page
package Parent; use Moose; ... plan tests => $args->{'tests'}; } }
package Child; use Moose; ... __PACKAGE__->new(tests => 1)->run;
Undefined subroutine &Child::ok called at oo_test.pl line 8.