I find a module, that I want to change.
My problem have some features like this:
- I want to add functionality and flexibility to this module.
- Now this module solves tasks, but web-service, for what it was written, change API
- And also, I want to use code of this module.
- It is not my module
- Fix some bugs
How i should be in this situation?
- Inheriting from this module and add functionality and upload to CPAN?
- Ask author about my modifications (and reload module)?
- Something else?