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.