Subject: | Tests fail on Win32 platforms. |
One test fail on Win32 systems.
t\all_pod_files........NOK 2# Structures begin differing at:
# $got->[0] = 'blib/lib/Test/Pod.pm'
# $expected->[0] = 'blib\lib\Test\Pod.pm'
# Looks like you failed 1 tests of 2.
t\all_pod_files........dubious
Test returned status 1 (wstat 256, 0x100)
The problem is that File::Spec is generating a windows "back-slash" path, but Perl is actually returning a "slash" path. On windows systems back-slash and slash are normally equivalent for file and path operations. I consider this module to be okay and generating the expected results on a Windows system, you could say that it's a problem with the tests only.