On Fri, Jul 9, 2010 at 11:06 AM, David Cantrell <da...@cantrell.org.uk> wrote: >> So, why is a perl 5.8.7 trying to test a module that states to require at >> least 5.8.8? > > It isn't. The result is NA, not FAIL.
And more specifically -- the NA result tells people the exact thing you want them to know -- that your module is not supported on an older version of perl. You can see how nicely that works here: http://matrix.cpantesters.org/?dist=HTTP-LoadGen+0.05 It's also good for things that don't support a specific version of perl, too. E.g. http://matrix.cpantesters.org/?dist=Capture-Tiny+0.08 If you don't want to get notified of NA reports, you can set your preferences for that here: https://prefs.cpantesters.org/cgi-bin/pages.cgi?act=user-login -- David