Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Call Grandparent Method, Skipping Parent

by tobyink (Canon)
on Jun 20, 2013 at 13:14 UTC ( [id://1039975]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Call Grandparent Method, Skipping Parent
in thread Call Grandparent Method, Skipping Parent

mro has been in the core for about 6 years.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-28 17:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found