Subject: | test fails on windows |
"This is perl, v5.6.1 built for MSWin32-x86-multi-thread"
perl -MCPAN -e shell; install File::Slurp gives me this..
D:\Perl\bin\perl.exe -Mblib -ID:\Perl\lib -ID:\Perl\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;" t\error.t t\handle.t
t\inode.t t\large.t t\original.t t\readdir.t t\stdin.t
Using D:/cygwin/home/Administrator/.cpan/build/File-Slurp-9999.03/blib
t\error.......ok
t\handle......ok 2/6Unsupported socket function "socketpair" called at t\handle.
t line 42, <DATA> line 11.
# Looks like you planned 6 tests but only ran 2.
# Looks like your test died just after 2.
t\handle......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-6
Failed 4/6 tests, 33.33% okay
t\inode.......skipped
all skipped: skip inode test on windows
Uri, do you need to disable the socketpair test on Windows?