Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use Moose;
    extends 'MyBase';
    use MyBase '-myFeature';
    
  2. or download this
    BEGIN {
        MyBase->import( '-myFeature' );
    }