Help for this page
package Hubba; use Moose -traits => 'WithBubba'; ... has b; bubba "zappa"; # <- this method should be imported
__PACKAGE__->meta->bubba("zappa");