Help for this page

Select Code to Download


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