Hello,

I couldn't find answer to my question elsewhere, so I'd like to ask you all if you have anything to say. My problem is such: I wrote a module (Image::Match, locates image inside another), that uses another module (Prima, graphic toolkit) as a backend. Now, Image::Match receives lots of FAILs on certain tester configutaions, because apparently Prima is not getting installed. In turn, Prima is not getting installed because, well, that CPAN environment doesn't do "make install" during the build process, it only hacks $ENV{PERL5LIB} assuming that should be enough (but that isn't, because of config files).

This raises several questions. First, how useful would be that indication whether a module gets PASS or FAIL ? Not really useful from my point of view, and what I personally don't like, is that there's not one or two FAILs, there are more than half of them.

Also, how representative is that error, if the module dependency is not met? I mean, if testing suite cannot manage dependencies, why should it report as a failure to the module it cannot satisfy?

I thought that this special testing environment is CPANPLUS::Dist::YACSmoke, but I'm unsure if I'm right about it. Also, I've been talking to the tester, but I can't say that it helped the process. Well anyway, I wish I could add something constructive, but I can't think of anything. If you suffered from similar behavior, let's do something about it; if you know what to do, please tell. Thanks!


In reply to Need advice about CPAN tests by dk

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.