in reply to Re^2: Tests failing for third party server lapses
in thread Tests failing for third party server lapses

"How can I stop getting FAIL reports for missing libraries or other non-Perl dependencies?"
If you have some special dependencies and don't want to get CPAN Testers reports if a dependency is not available, just exit from the Makefile.PL or Build.PL normally (with an exit code of 0) before the Makefile or Build file is created.
  • Comment on Re^3: Tests failing for third party server lapses