I learned how to get to the module tests in CPAN from your response, and I didn't know how before, so that's a bonus.

I guess it's a comment on test quality of CPAN modules, or perhaps on the pass-fail nature of testing. The author decided that something matters enough to test (and therefore fail installation when it does not work), when it really doesn't matter to the actual operation of the module. Or so it seems ;)

The take-away, for me anyway, is I have the ability to inspect the test(s) that are telling me an installation failed, and I might be be able to determine that they relate to conditions that don't impact me. I might not also, depending on the complexity of the module and tests. But I'll never know if I don't look. That's just part of CPAN due diligence.

Dum Spiro Spero

In reply to Re^6: Size-limited, fitness-based lists (tests) by GotToBTru
in thread Size-limited, fitness-based lists by AppleFritter

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.