Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Delegating to a role in Moose

by Arunbear (Prior)
on Jan 12, 2018 at 11:50 UTC ( [id://1207152]=note: print w/replies, xml ) Need Help??

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'),
        );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1207152]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (10)
As of 2024-04-23 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found