App-PFT v1.1.2 Deleted
Kwalitee Issues
- has_tests
-
Add tests!
- no_generated_files
-
Remove the offending files/directories!
Error: Makefile, pm_to_blib
- no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (23) does not match dist (58):
- Missing in MANIFEST: MYMETA.json, MYMETA.yml, Makefile, blib/arch/.exists, blib/arch/auto/App/PFT/.exists, blib/bin/.exists, blib/lib/App/.exists, blib/lib/App/PFT.pm, blib/lib/App/PFT/Util.pm, blib/lib/auto/App/PFT/.exists, blib/lib/auto/share/module/App-PFT/templates/default.html, blib/lib/auto/share/module/App-PFT/templates/dump_page.html, blib/lib/auto/share/module/App-PFT/templates/minimal.html, blib/man1/.exists, blib/man1/pft-clean.1, blib/man1/pft-edit.1, blib/man1/pft-grab.1, blib/man1/pft-init.1, blib/man1/pft-ls.1, blib/man1/pft-make.1, blib/man1/pft-pub.1, blib/man1/pft-show.1, blib/man1/pft.1, blib/man3/.exists, blib/script/.exists, blib/script/pft, blib/script/pft-clean, blib/script/pft-edit, blib/script/pft-grab, blib/script/pft-init, blib/script/pft-ls, blib/script/pft-make, blib/script/pft-pub, blib/script/pft-show, pm_to_blib
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: blib/lib/App/PFT.pm, blib/lib/App/PFT/Util.pm
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.