I don't think CPAN Guides will help people who need it. Someone unfamiliar with CPAN or the myriad Perl forums won't know the name of the module or author to look up. They probably won't know about the many resources already available, and I expect they won't know about yet another resource. If they can't use CPAN effectively already, I don't expect them to find a CPAN Guide module on CPAN.

I've seen a lot of these proposals over the years and they follow a certain trajectory usually: a lot of people get excited about the infrastructure, spend a little time working on a database, and then end up moving on. Any time you start thinking about the distribution mechanism first, you're likely to not get anywhere.

There are already a lot of places that people can get information about modules, types of modules, and so on. The trick is to produce more content and make it available through a canonical source, such as CPAN Search which already links in a lot of information about modules.

I'd certainly be happy to publish new content in The Perl Review. :)

--
brian d foy <brian@stonehenge.com>

In reply to Re: RFC: CPAN::Guides by brian_d_foy
in thread RFC: CPAN::Guides by simonm

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.