Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Pod CPAN distribution.

Report information
The Basics
Id: 4982
Status: resolved
Priority: 0/
Queue: Test-Pod

People
Owner: Nobody in particular
Requestors: adam.trickett [...] iredale.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: (no value)



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.
Fixed in 1.08. Thanks.