Skip Menu |

This queue is for tickets about the Mail-SimpleList CPAN distribution.

Report information
The Basics
Id: 116565
Status: new
Priority: 0/
Queue: Mail-SimpleList

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

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



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.