I'd like to second Pragma's point, and add a few thoughts to that:

If your hypothetical module is going to be fundamentally different from Net::IRC -- meaning that people would use your module as a replacement rather than as an extension for Net::IRC -- maybe you'd want to think about identifying some feature that might stand out as unique to your version, and find some way to boil that down so it fits into the module name -- e.g. Net::LogIRC, if you worked hard on logging, or Net::UniIRC, if a main goal is to include support for typing/displaying unicode text. At worst, you could try "Net::YAIRC" (before someone else uses this name). But using "BUU" in any way would be a mistake, I think.

On the other hand, if your creative impulse can be channeled into building a module that extends Net::IRC, then your module name is easier to make up: Net::IRC::Extrafeature (whatever the primary "Extrafeature" may be). Doing it this way has some advantages for all concerned:


In reply to Re: "Vanity Tagging" on CPAN? by graff
in thread "Vanity Tagging" on CPAN? by BUU

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.