in reply to Changing API's of CPAN modules
And how do you handle the case of methods themselves having changing API's?
For instance, for a particular module v1.5.1 might have a ::new method that takes one set of parameters and generates an object with a particular internal representation, but v2.0 might have a different set of inputs to the ::new method and an incompatible internal representation of the class object.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Changing API's of CPAN modules
by GrandFather (Saint) on Aug 14, 2014 at 03:39 UTC | |
|
Re^2: Changing API's of CPAN modules
by Anonymous Monk on Aug 14, 2014 at 01:18 UTC |