Subject: | Allow generated modules from Files in MANIFEST.SKIP |
Files generated in Makefile.PL such as Storable.pm are generated on the fly.
But many Kwalitee tests will fail when in the main module is skipped,
such as -has_license_in_source_file -has_abstract_in_pod
Turning off $Module::CPANTS::Kwalitee::Files::RespectManiskip in Test::Kwalitee
does not help either, as this will report no_files_to_be_skipped errors.
Unfortunately I need a MANIFEST.SKIP file to detect skipped files for
Test::CheckManifest, and MANIFEST.SKIP must contain the generated modules.
--
Reini Urban