Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use Moose;
    ...
    
    no Moose;
    1;
    
  2. or download this
    use Foo;
    use Test::More tests => 2;
    ...
            first_name => 'Joe',
        )
    );