Help for this page

Select Code to Download


  1. or download this
    # 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
    ...
    # runtime role application is fundamentally broken.  if you really
    # need it, write it yourself, but consider applying the roles before
    # you create an instance.
    
  2. or download this
    package Example::Role {
      use Moose::Role;
      has thingy => (is => 'ro', isa => 'Str', required => 1);
    }