This is something I have had need for in more than one project. does string look like a name.

That by itself means module.

It doesn't mean it deserves to be given a swanky namespace and put on cpan- it does mean it would make my work a little tiny bit more convenient.

The fact that I alone looked it up on cpan, means that somebody would make use of this.

When you get down to it, every module on cpan is just a simple match. It just happens to be a simple match that I don't have to write. :-)

Did you actually look at Data::RandomPerson? Look at the source code of one of these modules.

This proves that the module I am searching for, would have been base for Data::RandomPerson. Obviously Peter Hickman (bless his heart!) did not foresee the data to be useful for anything else, and thus harcoded it outside of a named exportable symbol.


In reply to Re^2: missing simple 'is this a name' module on cpan? by leocharre
in thread missing simple 'is this a name' module on cpan? by leocharre

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.