I quote again,

Just as irrelevant as the first time around. That's not the same output that you get from Windows.

But you're right that I was wrong. While the first test is failing on Windows,

# Failed test 'use Term::Menu::Hierarchical;' # at t/Term-Menu-Hierarchical.t line 9. # Tried to use 'Term::Menu::Hierarchical'. # Error: POSIX::termios not implemented on this architecture at C +:\strawberry\cpan\build\Term-Menu-Hierarchical-0.70-huc0DH\blib\lib/T +erm/Menu/Hierarchical.pm line 18. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2.

it's not preventing the BAIL_OUT from being executed. I'm so used to "BEGIN failed--compilation aborted" to being the end of the error chain. But it does continue on with

# Failed test at t/Term-Menu-Hierarchical.t line 17. Bailout called. Further testing stopped: OS unsupported FAILED--Further testing stopped: OS unsupported dmake.EXE: Error code 255, while making 'test_dynamic'

So BAIL_OUT is working as intended. So why are you getting FAIL reports? Well, you're not. You're getting N/A reports.

Subject: NA Term-Menu-Hierarchical-0.70 v5.12.1 Windows (Win32)

Full report


In reply to Re^7: CPAN newbie troubles by ikegami
in thread CPAN newbie troubles by oko1

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.