package Bubba; use Moose; extends 'Hubba'; has '+hubba' => ( is => 'rw', isa => 'Str', builder => 'hubba_builder2', ); sub hubba_builder2 {...}