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.
:( on windows (Score:1)
C:\TAPx-Parser-0.50_02>uname -a
'uname' is not recognized as an internal or external command,
operable program or batch file.
C:\TAPx-Parser-0.50_02>perl -v
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 33 registered patches, see perl -V for more detail)
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/010-regression.t 28 7168 636 28 4.40% 1 24 46 68 91 114 136 158 181
203 226 249 272 295 317 339
362 385 408 431 454 477 500
523 546 569 592 615
2 tests and 608 subtests skipped.
Failed 1/13 test scripts, 92.31% okay. 28/1099 subtests failed, 97.45% okay.
NMAKE : fatal error U1077: 'G:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
All the failures seem to be the same thing
# Failed test ''bignum' should parse successfully'
# at t/010-regression.t line 2257.
# open3: IO::Pipe: Can't spawn-NOWAIT: No such file or directory at C:\TAPx-Pars
er-0.50_03\blib\lib/TAPx/Parser/Source.pm line 103
t/010-regression...........NOK 24
Reply to This