Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Patching an unmaintained module

by Matts (Deacon)
on May 22, 2002 at 22:19 UTC ( [id://168609]=note: print w/replies, xml ) Need Help??


in reply to Patching an unmaintained module

Often if there's a bug in a module but the author is unreachable, or slow at updating it, the easiest thing to do is subclass the module. I've done this a number of times now, by just copy and pasting the method in question and adding my changes into a new module that has @ISA = qw(BrokenModule);

Unfortunately the code above appears to be procedural, so it won't work there. But it's a useful technique for those who haven't heard of it before.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found