Subject: | tests broken on cygwin with Win32 installed |
Hi, it seems the newest releases are broken in Cygwin where
perl-libwin32 (aka 'Win32') is also installed. This is not installed by
default, but when installed, the paths don't resolve in the tests (maybe
perl-libwin32 for cygwin is broken?). Win32::GetLongPathName fails.
Have you considered using File::Spec here instead?
I installed by doing the following:
cd /usr/src
wget
http://search.cpan.org/CPAN/authors/id/P/PD/PDENIS/Test-Strict-0.10.tar.gz
tar -xzf Test-Strict-0.10.tar.gz
wget
http://search.cpan.org/CPAN/authors/id/P/PD/PDENIS/Test-Strict-0.13.tar.gz
tar -xzf Test-Strict-0.13.tar.gz
cp Test-Strict-0.10/t/* Test-Strict-0.13/t/
cd Test-Strict-0.13
perl Makefile.PL
make test
make install