Subject: | Taint failures in test suite |
See http://www.cpantesters.org/cpan/report/ea423426-53ba-11e6-80e6-04e1ed09dfea for a sample fail report, and http://matrix.cpantesters.org/?dist=Mail-SimpleList+0.94 for an overview. It seems to happen if the machine has no fqdn and Sys::Hostname::Long tries `hostname --fqdn`, which triggers the taint warning. There's an old bug report against Sys::Hostname::Long for this issue (see https://rt.cpan.org/Ticket/Display.html?id=59833 ) but maybe you want to protect against the test failures yourself, e.g. by removing -T from the test script, or set $ENV{PATH} yourself before calling the Sys::Hostname::Long function, or by switching to Sys::Hostname::FQDN.