Help for this page

Select Code to Download


  1. or download this
    $thing->break if $thing->isa("Fragile");
    
  2. or download this
    package MyApp::Plugin::Stage1 { use Role::Tiny };
    package MyApp::Plugin::Stage2 { use Role::Tiny };
    ...
          $plugin->activate($self);
       }
    }