Skip Menu |

This queue is for tickets about the Data-Table-Text CPAN distribution.

Report information
The Basics
Id: 124891
Status: resolved
Priority: 0/
Queue: Data-Table-Text

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 20180316
Fixed in: (no value)



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.
Fixed in 20180324
On 2018-03-24 10:00:02, PRBRENAN wrote: Show quoted text
> Fixed in 20180324
I have to reopen --- there seem to be more occurences of calling "find": Output from 'C:\Strawberry\perl\bin\perl.exe ./Build test'. With Data-Table-Text-20180324: FIND: Parameter format not correct FIND: Parameter format not correct Unable to completely remove folder: a at test.pl line 11. # Failed test at (eval 15) line 148. FIND: Parameter format not correct FIND: Parameter format not correct Unable to completely remove folder: a at test.pl line 11. # Failed test at (eval 15) line 150. # Looks like you failed 2 tests of 140. test.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/140 subtests (less 11 skipped subtests: 127 okay)
Another reference to find removed in 20180325