Help for this page

Select Code to Download


  1. or download this
    with 'MooseX::Traits';
    has '+_trait_namespace' => ( default => 'Another' );
    
  2. or download this
    with 'MooseX::Traits' => { 'trait_namespace' => 'Another' };