Subject: | Tests fail on non-Windows systems (use of backslash?) |
On non-Windows systems the test suite fails:
...
Can't open perl script "script\unifdef+.pl": Datei oder Verzeichnis nicht gefunden
not ok 1
Error: test output for C file differs from expected output!
test.pl ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
...
See also an overview of test reports: http://matrix.cpantesters.org/?dist=App-UnifdefPlus%200.005.005
Probably using a forward slash here would help, as it's also understood on Windows systems. Or use File::Spec to build the path.