Filter-Heredoc 0.03 Deleted
Kwalitee Issues
- no_pax_headers
-
If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.
Error: pax_global_header,pax_global_header
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: .gitignore,.perlcriticrc,.perltidyrc,MANIFEST.SKIP,TODO,run_perlcritic.sh,run_perltidy.sh,xt/001_pod-coverage.t,xt/002_podspelling.t,xt/00_expect_app_tests/001_expect_hihelene.t,xt/00_expect_app_tests/002_expect_eval_trap.t,xt/00_expect_app_tests,xt/01_heredoc_private/001_isingress.t,xt/01_heredoc_private/002_isegress.t,xt/01_heredoc_private/003_isegress.t,xt/01_heredoc_private/004_state.t,xt/01_heredoc_private/005_iscomment.t,xt/01_heredoc_private/006_infifo.t,xt/01_heredoc_private/007_stripquotes.t,xt/01_heredoc_private/008_striptabdelimiters.t,xt/01_heredoc_private/009_infifotab.t,xt/01_heredoc_private/010_infifotab.t,xt/01_heredoc_private/011_striptrailingpipe.t,xt/01_heredoc_private,xt/02_rule_private/001_lonely_redirect.t,xt/02_rule_private,xt/03_app_private/001_matchdelimiter.t,xt/03_app_private,xt/04_exceptions/001_getheredoclinestate_carp_ingress.t,xt/04_exceptions/002_getheredoclinestate_carp_ingress.t,xt/04_exceptions/003_getheredoclinestate_carp_egress.t,xt/04_exceptions/004_getheredoclinestate_carp_egress.t,xt/04_exceptions
- 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: Cannot find MANIFEST in dist.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.