Subject: | Win32 Compatibility |
There is a bug caused by use of File::Spec to turn the absolute path
passed to "skipped" to a relative path. It happens because the
Module::Manifest files specify everything in a Unix-path way.
This will be fixed shortly upstream in the Subversion repository, by
using File::Spec's Win32 module and splitpath/splitdir to split a path
into its parts, and then put it back together with File::Spec::Unix.
This way, Module::Manifest and Test::DistManifest will work under Win32
and other OSes.