# this code is broken and should never have been added. i probably # won't delete it, but it is definitely not up-to-date with respect to # other features, and never will be. # # runtime role application is fundamentally broken. if you really # need it, write it yourself, but consider applying the roles before # you create an instance. #### package Example::Role { use Moose::Role; has thingy => (is => 'ro', isa => 'Str', required => 1); }