Help for this page
use Btn => 'Foo::Button'; ... $b = Btn->new(@args);
my $Btn => 'Foo::Button'; ... %b => $Btn->new(@args);