Subject: | Test fails on Windows |
Output from 'C:\Strawberry\perl\bin\perl.exe ./Build test':
FIND: Parameter format not correct
Use of uninitialized value in string eq at (eval 14) line 78.
# Looks like your test exited with 2 just after 30.
test.pl ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 110/140 subtests
It seems that the problem is that the external "find" utility is used, which is something completely different on Windows systems (where "FIND" is something similar like Unix' grep). To be compatible, it's probably better to use File::Find or so.