I've studied all the relevant PAUSE documents, and the very useful perlmodstyle. Much of it is pretty fuzzy, but one issue is especially unclear, so I hope someone can clear it up.

In separate sections of the docs there are stern warnings against:</P.

  1. putting your module in the root namespace
  2. arbitrarily assigning yourself namespace territory

And now i can't work out which is the lesser evil. I know there was some debate about this a while ago (on p5p?) but I don't know if the proper course was ever established.

The best thing seems to be to upload with the name I think it should have and then write to modules@ explaining that this is tentative and asking for feedback before making a formal namespace request. Does that sound right to you?

It's also quite hard to work out the best place for a bit of peer review. This isn't quite it, I think: 100 lines of code and 300 lines of pod aren't going to go over all that well in sopw.

So any suggestions for arenas in which to enjoy a bit of constructive humiliation would be most useful. It's an HTML:: sort of thing. Maybe. modperl list?

thanks.


In reply to cpan etiquette by thpfft

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.