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