in reply to Re^6: CPAN newbie troubles
in thread CPAN newbie troubles
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)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: CPAN newbie troubles
by oko1 (Deacon) on Jan 05, 2011 at 03:38 UTC | |
by ikegami (Patriarch) on Jan 05, 2011 at 06:04 UTC | |
by Anonymous Monk on Jan 05, 2011 at 07:24 UTC | |
by ikegami (Patriarch) on Jan 05, 2011 at 14:36 UTC |