Subject: | Build.PL vs. Makefile.PL |
It seems that the test suite fails if the distribution is build using
Build.PL and not with Makefile.PL. See the test failure list at
http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Math-Factor-XS;maxver=;reports=1
I also analyzed the test reports and it really seems to be
Build.PL-dependent.
The PASSes:
$ grep "Output from" `g -l "PASS Math-Factor-XS" *`
1013613:Output from '/usr/bin/make test':
1013617:Output from '/usr/bin/make test':
1013618:Output from '/usr/bin/make test':
1013619:Output from '/usr/bin/make test':
1013621:Output from '/usr/bin/make test':
1013622:Output from '/usr/bin/make test':
1015189:Output from '/usr/ccs/bin/make test':
1015190:Output from 'make test':
1015809:Output from 'make test':
1015883:Output from 'make test':
1015922:Output from '/usr/bin/make test':
1015942:Output from '/usr/bin/make test':
1016150:Output from '/usr/bin/make test':
1025934:Output from '/usr/bin/make test':
1025935:Output from '/usr/bin/make test':
1026061:Output from '/usr/bin/make test':
1026260:Output from '/usr/bin/make test':
1027744:Output from '/usr/bin/make test':
1056945:Output from 'make test':
1270526:Output from '/usr/bin/make test':
1280594:Output from '/usr/bin/make test':
1288993:Output from '/usr/bin/make test':
1294447:Output from '/usr/bin/make test':
1295026:Output from '/usr/bin/make test':
1329453:Output from '/usr/bin/make test':
1457809:Output from '/usr/bin/make test':
1625318:Output from '/usr/bin/make test':
1673405:Output from '/usr/bin/make test':
1683228:Output from '/usr/bin/make test':
2183986:Output from '/usr/bin/make test':
The FAILs:
$ grep "Output from" `g -l "FAIL Math-Factor-XS" *`
1015935:Output from './Build test':
1016068:Output from './Build test':
1025994:Output from '/usr/bin/make test':
1147492:Output from './Build test':
1183757:Output from './Build test':
1185985:Output from './Build test':
1208698:Output from './Build test':
1219535:Output from 'C:\strawberry\perl\bin\perl.exe ./Build test':
1248556:Output from './Build test':
1473554:Output from 'C:\strawberry\perl\bin\perl.exe ./Build test':
1476445:Output from './Build test':
1517685:Output from './Build test':
1545017:Output from './Build test':
1576591:Output from './Build test':
1577117:Output from './Build test':
1611283:Output from './Build test':
1634249:Output from './Build test':
1644000:Output from './Build test':
1645531:Output from './Build test':
1671035:Output from './Build test':
1701516:Output from './Build test':
1713991:Output from './Build test':
1743309:Output from './Build test':
1743518:Output from '/usr/bin/make test':
1746295:Output from './Build test':
1775602:Output from './Build test':
1789243:Output from './Build test':
1800687:Output from './Build test':
1820572:Output from './Build test':
1840471:Output from './Build test':
2140561:Output from './Build test':
Regards,
Slaven