NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
ActivePerl 5.8.8 + MinGW (Score:2)
So, I'm now trying to run the same tests on Windows 98... I'm expecting some more troubles because Win98 is more primitive in some regards...
Well indeed. I'm having troubles with it, actually, the same problems when trying to install Inline with CPAN (I ended up installing Inline with PPM): I'm thinking this is actually a problem with MakeMaker, because it attempts to use
2>&1on a platform (shell) that doesn't support it.The problem occurred twice, somewhere between the 12th and the last test out of 15 in t/capture.
Oddly enough, the final verdict is: So despite 2 fatal
nmakeerrors, it still passes...? Can we trust your tests?The latter was with ActivePerl 5.8.8 build 822 + MinGW 3.4.2 on Windows 98.
Reply to This
Re: (Score:1)
The final verdict makes sense -- 3 tests are skipped if Inline::C fails to build and bind the source code. (Which happens between test 12 and test 13.) Those nmake problems are from Inline itself. This is a great example of the limitations of PPM's -- you don't get to see any actual tests on your actual system.
Thanks for running the tests -- I'm glad the ActiveState/MinGW tests worked.
-- dagolden