Help for this page

Select Code to Download


  1. or download this
    my $class = Moose::Util::with_traits( $a_class, @bunch_of_roles );
    my $instance = $class->new;
    
  2. or download this
    My::Role->meta->apply( $some_instance );
    
  3. or download this
    Moose::Meta::Role->combine( @role_meta_objects )->apply( $some_instanc
    +e );