On Sun, Aug 12, 2001 at 09:48:57PM -0400, Rich Bowen wrote:
> Anyone know what the accepted procedure is to change the name of a
> module? I presume I just have to talk to the [EMAIL PROTECTED] guys,
> for the CPAN portion of this. But with regard to changing the name of
> a module in such a way that folks using the module don't suddenly find
> that their code does not work any more.

Assuming your new module would pass the empty subclass test, you can
include an undocumented module under the original name that inherits
from the new name.  Code written for the old module would continue to
Just Work.

- Morty

Reply via email to