As a CPAN author over a few years, I concur with the sentiments here.

Top-level namespaces should be used sparingly. If there is a good reason to use one, it is what it is, and should provide the ability/availability to allow a whole host of sub namespaces.

Naming something at the top-level because you think it'll "sell" is not appropriate (although it goes through unchecked). When in doubt, send your desired namespace to modules <at> cpan.org, and see what they think of it. If you're going under something else, such as App::, do your own due diligence, ensure it doesn't collide, ensure it makes sense, ask here for reflection, then do it.

Always, doing due diligence in your path selection is desired, and you're respected here for doing just that.


In reply to Re^3: Dist renaming question by stevieb
in thread Dist renaming question by gnosti

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.