Here's a sample report: http://www.cpantesters.org/cpan/report/009237f6-db57-11e2-8928-35f7705b4af5
This line is suspect: PATH = /home/perl1/.perlbrew/libs/perl-5.12.5@smoke0/bin:/home/perl1/perl5/perlbrew/bin:/home/perl1/perl5/perlbrew/perls/perl-5.12.5/bin:$PATH Notice it ends in $PATH. That was probably meant to expand to the old value of the PATH env var, but it doesn't. As a result, /bin and /usr/bin are not in the path. It could be that I'm misreading the report, and consequently misdiagnosing, but if it's configured incorrectly I suspect there are a lot of "UNKNOWN" reports from this smoker recently. -- David Oswald daosw...@gmail.com dav...@cpan.org