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