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