Subject: | Test FAIL in installing on Windows |
Install fails 1 test in windows, i think you need to skip it.
...
# Looks like you failed 1 test of 13.
t/open.t ......................... Dubious, test returned 1 (wstat 256,
0x100)
...
C:\strawberry\cpan\build\autodie-2.08-zWJCmd>perl -Iblib -Ilib t\open.t
ok 1 - 3-arg opening non-existent file fails
ok 2 - Well-formatted 3-arg open failure
ok 3 - 2-arg opening non-existent file fails
ok 4 - Well-formatted 2-arg open failure
ok 5 - No ugly globs in 2-arg open messsage
ok 6 - The object isa autodie::exception
ok 7 - At least one mention
ok 8 - ...but not too mentions
ok 9 - Well formatted 2-arg open without mode
ok 10 - The object isa autodie::exception
ok 11 - At least one mention
ok 12 - ...but not too mentions
not ok 13 - multi arg piped open does not fail
# Failed test 'multi arg piped open does not fail'
# at t\open.t line 75.
# got: 'List form of pipe open not implemented at (eval 22)
line 109.
# '
# expected: ''
1..13
# Looks like you failed 1 test of 13.