Hey, CPAN suggested that I install the CPAN::WAIT module

Looking at the code (in CPAN::Shell), it will give that message for any command starting with 'w'. The commands don't appear to be documented in CPAN::Shell itself, you need to look at CPAN::WAIT for them. So first off, are there commands there that you particularly want to take advantage of?

So I'm wondering if WAIT is a dead horse, or if it would be worth bringing up a WAIT server on my Church's little dev box and hitting that.

Well, the module was last updated in 2001, and no issues have ever been filed for it on RT - no open issues, no resolved issues, no rejected issues - so I suspect it has had minimal use since then.

I think today anybody wanting the capabilities supported by CPAN::WAIT would probably look at MetaCPAN instead: it has been around since 2010; is featureful, responsive, and actively maintained and improved; and has its own API for programmatic use. (See also MetaCPAN::Client.)


In reply to Re: is CPAN::WAIT dead? by hv
in thread is CPAN::WAIT dead? by pope-indigent

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.