Subject: | Test::Inline 0.15 fails build under Win32 |
The test output looks like:
t\pod2test..........NOK 6# Failed test (t/Tests.t at line 182)
# got: 'E:t\Tests.t'
# expected: 't\Tests.t'
t\pod2test..........ok 19/0# Looks like you failed 1 tests of 19.
t\pod2test..........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
Failed 1/19 tests, 94.74% okay
t\Tests.............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\pod2test.t 1 256 19 1 5.26% 6
Failed 1/3 test scripts, 66.67% okay. 1/37 subtests failed, 97.30% okay.
NMAKE : fatal error U1077: 'E:\Perl\bin\perl.exe' : return code '0xff'
Stop.
This bug is inconsequential. It is due to expecting unix file name semantics in a test running under win32. A patch has been sent to the author via an seperate email.
Acordingly the bug can be ignores as follows:
Simply execute a
force make install
from the CPAN shell, or ignore the test failure in the command line and do
nmake install
anyway.
demerphq
ps Test results from Perl 5.6.1 AS build 633 running under Microsoft Windows 2000 [Version 5.00.2195] using VDS 7 (.NET) version of nmake