Help for this page

Select Code to Download


  1. or download this
    package MyAPI::Version::One;
    use Moose::Role;
    ...
    use Moose::Role;
    
    with 'MyAPI::Version::One';
    
  2. or download this
    package MyAPI::Version::Two;
    use Moose::Role;
    ...
    use Moose::Role;
    
    with 'MyAPI::Version::Two';