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

Re: Role over subclasses

by grantm (Parson)
on Nov 23, 2011 at 05:34 UTC ( [id://939596]=note: print w/replies, xml ) Need Help??


in reply to Role over subclasses

I am ... wondering if this can be done without the use of a module

Um perhaps it can but why on earth would you? A good place to find out about Roles in Perl is the Moose Manual. There are other ways to share related pieces of functionality *across* your class hierarchy but they will be considerably more work for the programmer, won't scale well across a large code base and will be harder to debug. If you're not going to use the power of pre-written code from CPAN then you're not using Perl to its full advantage.

Replies are listed 'Best First'.
Re^2: Role over subclasses
by mhearse (Chaplain) on Nov 23, 2011 at 16:32 UTC
    I am going to use MRO::Compat, I think it does what I need.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-16 04:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found