Perl-Critic-Pulp 19 Deleted
Kwalitee Issues
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Wed 01 Jul 2009 08:57:59 AM JST gpg: using DSA key 2C5302215F6ADD3A gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Perl::MinimumVersion
- 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.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Perl::Critic::Policy::Compatibility::ConstantPragmaHash | new enough "constant" module for multiple constants | 19 | metacpan |
| Perl::Critic::Policy::Compatibility::Gtk2Constants | new enough Gtk2 version for its constants | 19 | metacpan |
| Perl::Critic::Policy::Compatibility::PerlMinimumVersionAndWhy | explicit perl version for features used | 19 | metacpan |
| Perl::Critic::Policy::Compatibility::PodMinimumVersion | check Perl version declared against POD features used | 19 | metacpan |
| Perl::Critic::Policy::Documentation::RequireEndBeforeLastPod | require __END__ before POD at end of file | 19 | metacpan |
| Perl::Critic::Policy::Miscellanea::TextDomainPlaceholders | check placeholder names in Locale::TextDomain calls | 19 | metacpan |
| Perl::Critic::Policy::Miscellanea::TextDomainUnused | check for Locale::TextDomain imported but unused | 19 | metacpan |
| Perl::Critic::Policy::Modules::ProhibitUseQuotedVersion | avoid quoted version number string in a "use" statement | 19 | metacpan |
| Perl::Critic::Policy::ValuesAndExpressions::ConstantBeforeLt | disallow bareword before < | 19 | metacpan |
| Perl::Critic::Policy::ValuesAndExpressions::NotWithCompare | logical not used with compare | 19 | metacpan |
| Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyCommas | disallow empty consecutive commas | 19 | metacpan |
| Perl::Critic::Policy::ValuesAndExpressions::ProhibitNullStatements | disallow empty statements (stray semicolons) | 19 | metacpan |
| Perl::Critic::Policy::ValuesAndExpressions::UnexpandedSpecialLiteral | specials like __PACKAGE__ used literally | 19 | metacpan |
| Perl::Critic::Pulp | some add-on perlcritic policies | 19 | metacpan |
| Pod::MinimumVersion | Perl version for POD directives used | 19 | metacpan |