Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Net::DNS::RR::SIG::Private

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Crypt::OpenSSL::DSA
  • Crypt::OpenSSL::RSA
  • Digest::BubbleBabble
  • Digest::SHA1
  • Net::DNS
  • Net::DNS::Packet

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Net-DNS-SEC-0.10/SEC.pm -- Around line 53: =cut found outside a pod block. Skipping to next block.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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: Keyset.pm, RR/DS.pm, RR/KEY.pm, RR/NXT.pm, RR/SIG.pm, RR/SIG/Private.pm, SEC.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.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Net::DNS::Keyset, Net::DNS::RR::DS, Net::DNS::RR::KEY, Net::DNS::RR::NXT, Net::DNS::RR::SIG, Net::DNS::RR::SIG::Private, Net::DNS::SEC

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Net::DNS

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.10,1.001,1.006,1.011,1.3

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

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
Net::DNS::Keyset DNSSEC Keyset object class 1.3 metacpan
Net::DNS::RR::DS DNS DS resource record 1.006 metacpan
Net::DNS::RR::KEY DNS KEY resource record 1.006 metacpan
Net::DNS::RR::NXT DNS NXT resource record 1.006 metacpan
Net::DNS::RR::SIG DNS SIG resource record 1.011 metacpan
Net::DNS::RR::SIG::Private DNS SIG Private key object 1.001 metacpan
Net::DNS::SEC DNSSEC extensions to Net::DNS 0.10 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan