package Example::Role { use Moose::Role; has thingy => (is => 'ro', isa => 'Str', required => 1); }