in reply to Namespace for local/internal modules?
Indeed, Local:: is the namespace you should use for local things. There are a handful of modules in this namespace if you search CPAN, but if you look closely they're mostly in "examples" directories, not in "lib", so will usually not get installed.
local::lib and some of its friends are unfortunate. Technically they're not violating the rule, but on case-insensitive filesystems they might as well be.
If you have a CPAN ID yourself, you can always use your own CPAN ID (in all caps) as a namespace. Many people regard that as a namespace that 100% belongs to the owner of the CPAN ID. That is, I could release a module called TOBYINK::Monkey, but for anyone else to do so would be outrageous.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Namespace for local/internal modules?
by Anonymous Monk on May 23, 2012 at 23:29 UTC | |
Re^2: Namespace for local/internal modules?
by Anonymous Monk on May 24, 2012 at 00:37 UTC | |
Re^2: Namespace for local/internal modules?
by Anonymous Monk on May 24, 2012 at 00:21 UTC | |
by tobyink (Canon) on May 24, 2012 at 07:59 UTC | |
by Anonymous Monk on May 24, 2012 at 09:25 UTC | |
by Anonymous Monk on May 24, 2012 at 09:33 UTC | |
by tobyink (Canon) on May 24, 2012 at 12:22 UTC |