Installing IO::All on Win32 (no Cygwin)
IO:All 0.41 can be installed successfully on Win32 (no Cygwin), if the test fails and spews something like this:
# Failed test at t/file_spec.t line 28.
# got: '33'
# expected: '34'
# Looks like you failed 1 test of 27.
t/file_spec.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/27 subtests
The alternatives:
- fix your %PATH% of more than one partition character (';')
- fix t/file_spec.t
Leave a comment