Help for this page

Select Code to Download


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