Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
If I wanted to upload a small standalone cpan module, like PDL::SomeMatrixFunc, which implements a single function and I don't plan on making any sub-modules (like PDL::SomeMatrixFunc::OtherStuff) and don't foresee anyone else doing so either, should I register the namespace PDL::SomeMatrixFunc?
Is it only necessary for "big" projects and subprojects, like Moose and PDL? Or is it always necessary?
If it is necessary, is it a problem I already uploaded the tarball?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Should I register a namespace in PAUSE before every cpan module upload?
by moritz (Cardinal) on Jul 06, 2012 at 09:11 UTC | |
|
Re: Should I register a namespace in PAUSE before every cpan module upload?
by Anonymous Monk on Jul 06, 2012 at 09:40 UTC | |
by ww (Archbishop) on Jul 06, 2012 at 11:16 UTC | |
|
Re: Should I register a namespace in PAUSE before every cpan module upload?
by kcott (Archbishop) on Jul 06, 2012 at 10:23 UTC | |
|
Re: Should I register a namespace in PAUSE before every cpan module upload?
by tobyink (Canon) on Jul 06, 2012 at 12:54 UTC | |
|
Re: Should I register a namespace in PAUSE before every cpan module upload?
by DrHyde (Prior) on Jul 09, 2012 at 10:17 UTC |