Skip Menu |

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

Report information
The Basics
Id: 44401
Status: resolved
Priority: 0/
Queue: Test-DistManifest

People
Owner: frequency [...] cpan.org
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.1.2
Fixed in: 1.1.3



Subject: Win32 Compatibility and Cross-Platform
File::Spec is used to derelativise filenames and paths passed to the skipped method of Module::Manifest. However, on Win32 and other platforms, this will transform a path like: t/test/file into t\test\file, and the regular expression masks in MANIFEST.SKIP will no longer match. A patch has been applied upstream, however, it is pending release by the maintainer. Test::DistManifest now does this internally, but it is planned that this module should use Module::Manifest's normalize method to do it.