in reply to Re^3: How to complain about changes to a module? (And what good would it do?)
in thread How to complain about changes to a module? (And what good would it do?)
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to complain about changes to a module? (And what good would it do?)
by Corion (Patriarch) on Aug 29, 2008 at 15:02 UTC | |
|
Re^5: How to complain about changes to a module? (And what good would it do?)
by wfsp (Abbot) on Aug 29, 2008 at 15:18 UTC |