Subject: | Depends on external cp to support -al |
While watching cpantesters results I discovered this:
[ERROR] [Mon Feb 8 18:49:20 2010] MAKE TEST failed: No such file or
directory PERL_DL_NONLAZY=1
/export/home/cpan/pit/bare/perl-5.10.0/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
/bin/cp: illegal option -- a
/bin/cp: illegal option -- l
[...]
Here is the link to the report:
http://www.cpantesters.org/cpan/report/6795378
There are really many such FAIL reports:
http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Snapback2-0.915&field=qr%3A%28You+planned.*%29&field=conf%3Aarchname&field=conf%3Aosvers&field=qr%3A%28You+planned.*%29
Maybe this could be detected at Makefile.PL time? If so I'd recommend to
tell the user in a message and exiting the Makefile.PL without writing a
Makefile. This is described as a good way to prevent FAIL reports with
known error conditions at http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Regards,