I think the logic is that 2.9.4 is so horribly broken that you can't even $FORCE it

No, I think it's only breakage is the schema regression that was causing some tests in (t/40reader.t) to fail.
From https://rt.cpan.org/Public/Bug/Display.html?id=114638:
Test Summary Report ------------------- t/40reader.t (Wstat: 512 Tests: 89 + Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 100 tests but ran 89. Files=71, Tests=2552, 2 wallclock secs ( 0.19 usr 0.04 sys + 1.95 c +usr 0.20 csys = 2.38 CPU) Result: FAIL Failed 1/71 test programs. 0/2552 subtests failed. make: *** [test_dynamic] Error 255

As Anonymous Monk pointed out, this problem has now been worked around (as of version 2.016).
Hence cpan-testers will give it a "PASS", so allowing them to test it (by not doing the 'exit 0') won't result in any FAIL reports.

Version 2.9.4 is still on the blacklist solely because of that regression - and the workaround was simply to skip the failing tests.

Cheers,
Rob

In reply to Re^7: XML-LibXML-2.0129 installation issues by syphilis
in thread XML-LibXML-2.0129 installation issues by Brat

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.