in reply to Re: Changing a module's namespace on CPAN
in thread Changing a module's namespace on CPAN

What modules (old and new one) are those?
  • Comment on Re^2: Changing a module's namespace on CPAN

Replies are listed 'Best First'.
Re^3: Changing a module's namespace on CPAN
by cog (Parson) on Jun 23, 2005 at 08:50 UTC
    Date::Holiday::PT changed to Date::Holidays::PT (internationalization issues, and yes, there were some people using that module).

    Lingua::Identification changed to Lingua::Identify (but I can't seem to find the first one on my backpan, so I guess by that time I had it only in my homepage; and yes, people were using it too).

    This last one also had a considerable API change, at some point (and a big internal change, too).

    One last thing regarding namespace/API changes: do it as soon as possible! :-) The least users you have the easier it gets! :-)