Help for this page

Select Code to Download


  1. or download this
    handles => 'Some::Role',
    
  2. or download this
    {
        package Foo::Bar;
    ...
            handles => Moose::Util::TypeConstraints::find_type_constraint(
    +'Foo::Bar'),
        );
    }