Re: Modules Best Practices
[email protected] (Tyler MacDonald)
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
James Muir <[email protected]> wrote: > I am preparing to upload the first version of this module, but before > doing that I would like to know what the "best practice" is for > registering modules with CPAN. Should I register all modules in a given > namespace with CPAN? In this case, I think it would probably be enough to just register the top-level namespace, since it sounds like the 13 modules all contribute to doing one large task that Gtk2::Ex::MindMapView defines. Especially if the user is going to be instantiating all those widgets via the MindMapView interface. Cheers, Tyler