Kwalitee Issues

has_meta_yml

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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Digest::HMAC_MD5

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: contrib/DNSHash.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.

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: DNSHash, Net::DNS, Net::DNS::Header, Net::DNS::Nameserver, Net::DNS::Packet, Net::DNS::Question, Net::DNS::RR, Net::DNS::RR::A, Net::DNS::RR::AAAA, Net::DNS::RR::AFSDB, Net::DNS::RR::CERT, Net::DNS::RR::CNAME, Net::DNS::RR::DNAME, Net::DNS::RR::EID, Net::DNS::RR::HINFO, Net::DNS::RR::ISDN, Net::DNS::RR::LOC, Net::DNS::RR::MB, Net::DNS::RR::MG, Net::DNS::RR::MINFO, Net::DNS::RR::MR, Net::DNS::RR::MX, Net::DNS::RR::NAPTR, Net::DNS::RR::NIMLOC, Net::DNS::RR::NS, Net::DNS::RR::NSAP, Net::DNS::RR::NULL, Net::DNS::RR::OPT, Net::DNS::RR::PTR, Net::DNS::RR::PX, Net::DNS::RR::RP, Net::DNS::RR::RT, Net::DNS::RR::SOA, Net::DNS::RR::SRV, Net::DNS::RR::TKEY, Net::DNS::RR::TSIG, Net::DNS::RR::TXT, Net::DNS::RR::X25, Net::DNS::Resolver, Net::DNS::Resolver::Recurse, Net::DNS::Select, Net::DNS::Update

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:

  • DNSHash
  • DNSHash::MX
  • Net::DNS::RR::EID
  • Net::DNS::RR::NIMLOC
  • Net::DNS::RR::NSAP

test_prereq_matches_use

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

Error:

  • Digest::HMAC_MD5

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/Net/DNS/Header.pm: HASH(0x5609d4998ce8)
  • lib/Net/DNS/Nameserver.pm: HASH(0x5609d49a1820)
  • lib/Net/DNS/Packet.pm: HASH(0x5609d49a6a98)
  • lib/Net/DNS/Question.pm: HASH(0x5609d4998bf8)
  • lib/Net/DNS/RR.pm: HASH(0x5609d49a1c10)
  • lib/Net/DNS/Resolver.pm: HASH(0x5609d49a6828)
  • lib/Net/DNS/Resolver/Recurse.pm: HASH(0x5609d49a1af0)
  • lib/Net/DNS/Select.pm: HASH(0x5609d49a2018)
  • lib/Net/DNS/Update.pm: HASH(0x5609d4998ee0)

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.34_02,1.010101

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
DNSHash 1.010101 metacpan
Net::DNS Perl interface to the DNS resolver 0.34_02 metacpan
Net::DNS::Header DNS packet header class metacpan
Net::DNS::Nameserver DNS server class metacpan
Net::DNS::Packet DNS packet object class metacpan
Net::DNS::Question DNS question class metacpan
Net::DNS::RR DNS Resource Record class metacpan
Net::DNS::RR::A DNS A resource record metacpan
Net::DNS::RR::AAAA DNS AAAA resource record metacpan
Net::DNS::RR::AFSDB DNS AFSDB resource record metacpan
Net::DNS::RR::CERT DNS CERT resource record metacpan
Net::DNS::RR::CNAME DNS CNAME resource record metacpan
Net::DNS::RR::DNAME DNS DNAME resource record metacpan
Net::DNS::RR::EID DNS EID resource record metacpan
Net::DNS::RR::HINFO DNS HINFO resource record metacpan
Net::DNS::RR::ISDN DNS ISDN resource record metacpan
Net::DNS::RR::LOC DNS LOC resource record metacpan
Net::DNS::RR::MB DNS MB resource record metacpan
Net::DNS::RR::MG DNS MG resource record metacpan
Net::DNS::RR::MINFO DNS MINFO resource record metacpan
Net::DNS::RR::MR DNS MR resource record metacpan
Net::DNS::RR::MX DNS MX resource record metacpan
Net::DNS::RR::NAPTR DNS NAPTR resource record metacpan
Net::DNS::RR::NIMLOC DNS NIMLOC resource record metacpan
Net::DNS::RR::NS DNS NS resource record metacpan
Net::DNS::RR::NSAP DNS NSAP resource record metacpan
Net::DNS::RR::NULL DNS NULL resource record metacpan
Net::DNS::RR::OPT DNS OPT metacpan
Net::DNS::RR::PTR DNS PTR resource record metacpan
Net::DNS::RR::PX DNS PX resource record metacpan
Net::DNS::RR::RP DNS RP resource record metacpan
Net::DNS::RR::RT DNS RT resource record metacpan
Net::DNS::RR::SOA DNS SOA resource record metacpan
Net::DNS::RR::SRV DNS SRV resource record metacpan
Net::DNS::RR::TKEY DNS TKEY resource record metacpan
Net::DNS::RR::TSIG DNS TSIG resource record metacpan
Net::DNS::RR::TXT DNS TXT resource record metacpan
Net::DNS::RR::X25 DNS X25 resource record metacpan
Net::DNS::Resolver DNS resolver class metacpan
Net::DNS::Resolver::Recurse Perform recursive dns lookups metacpan
Net::DNS::Select metacpan
Net::DNS::Update Create a DNS update packet metacpan

Provides

Name File View
DNSHash::MX contrib/DNSHash.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan