![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^4: How to complain about changes to a module? (And what good would it do?)by BrowserUk (Pope) |
on Aug 29, 2008 at 14:41 UTC ( #707765=note: print w/replies, xml ) | Need Help?? |
but if a subclass, either by you The problem is the maintainers changes should be a subclass of the original module (or a completely different module). And you cannot de-subclass a class. That is, I cannot produce a module that is a subclass of the modified module that removes the added functionality and overhead. So the only option for me is to re-release the original code under a new name. Which, besides any other problems with picking a namespace is a pain because the original name and functionality where perfectly matched. Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|