Re: Module name hierarchy...
[email protected] (Dan Book) Fri, 25 Sep 2020 14:59:17 -0400
| Newsgroups | perl.module-authors |
|---|---|
| Message-ID | <CABMkAVVw1OBKENRRnwZVfGpUDd92zCzdayZCe6rg8jpU5+UdKw@mail.gmail.com> |
On Fri, Sep 25, 2020 at 2:20 PM BC <[email protected]> wrote: > Let's say I wanted to submit a module named: > > Class::Error::Foobar > > Would this be considered bad form if my "Foobar" module is not related > to the existing Class::Error module in any way? In other words, > Foobar does not depend on, extend, nor reference the Class::Error > module other than perhaps a courtesy "See Also" mention. > It is not necessarily bad form, but if there is an existing "Class::Error" ecosystem you might consider asking the author first in case they wanted to use that sub-namespace. That does not really seem to be the case here. -Dan