I'm thinking that an alternative to N/A or UNKNOWN test reports for Bundle::* modules is to have a Test::Bundle module which does some rudimentary tests on a bundle:
- check that NAME, SYNOPSIS, CONTENTS, DESCRIPTION and AUTHOR sections are present - check that all of the modules listed in the CONTENTS section exist on CPAN I'm assuming tests on the Pod would be done separately. The only issue with this is that CPAN will run the tests, which for some may be redundant (particularly with checking that contents exist). Comments? Rob