Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: RFC: Sub::Prepend - Prepend code to named subroutines

by moritz (Cardinal)
on Jun 05, 2008 at 13:37 UTC ( [id://690424]=note: print w/replies, xml ) Need Help??


in reply to Re^3: RFC: Sub::Prepend - Prepend code to named subroutines
in thread RFC: Sub::Prepend - Prepend code to named subroutines

I've never used Sub::Compose in production, but you said that you're doing this for debugging purposes, so is that really a concern?

Not me ;-). The debugging statment was preceeded by "for instance". I don't think debugging is the only use for such a thing.

lodin complained about subtle bugs in various Hook:: modules, so I guess it's important for him not to introduce these by using "clever" modules.

As for Class::MOP, methods are subroutines.

Yes, but not all subroutines are methods. They follow a different dispatch (sub dispatch just looks into a single namespace, methods take @ISA into account).

So I don't see why something that is written for method dispatch should have to work for sub dispatch as well.

Does it really matter how it gets done?

Not if it actually works, and I don't have to learn about MOP to use it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found