in reply to Re^4: Namespace for local/internal modules?
in thread Namespace for local/internal modules?
Hmm, perlmodlib does suggest
If developing modules for private internal or project specific use, that will never be released to the public, then you should ensure that their names will not clash with any future public module. You can do this either by using the reserved Local::* category or by using a category name that includes an underscore like Foo_Corp::*.
So that is as close to official as you can get
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Namespace for local/internal modules?
by tobyink (Canon) on May 24, 2012 at 12:22 UTC |