On Thu, Apr 07, 2005 at 05:01:34PM -0500, Ken Williams wrote: > >Is there a way tests to determine that a module cannot be installed on > >a platform so that CPANPLUS or CPAN::YACSmoke can issue an "NA" (Not > >Applicable) report?
AFAIK NA reports are issued when a Makefile.PL dies due to a "require 5.00X" failing. That's the only way I've seen anyway.