"Alfred Karl Kornel" <k...@kornel.us>: > On Sep 11, 2014, at 6:52 AM, Torsten Schönfeld <kaffeeti...@gmx.de> wrote: > > Is there a way to indicate from the test suite of a distribution that a > > CPAN tester machine lacks some software to test and use the distribution > > and that therefore no failure report should be sent? > > You could bail out of testing with the message "OS unsupported", in addition > to whatever other messages you want. According to > http://wiki.cpantesters.org/wiki/CPANAuthorNotes (the third question), that > will cause the tester to send a "NA" report.
I was under the impression that this only worked in Makefile.PL output, but it does actually also seem to work fine in test output: <http://www.cpantesters.org/cpan/report/c0379f76-4909-11e4-b524-c112ac23d3f3>. Thanks!