Kwalitee Issues

has_meta_yml

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

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 (34) does not match dist (59):
  • Missing in MANIFEST: Changes, MANIFEST, Makefile.PL, README, lib/Nmap/Scanner.pm, lib/Nmap/Scanner/Backend.pm, lib/Nmap/Scanner/Backend/Normal.pm, lib/Nmap/Scanner/Backend/Processor.pm, lib/Nmap/Scanner/Backend/Results.pm, lib/Nmap/Scanner/Backend/XML.pm, lib/Nmap/Scanner/Factory/Normal.pm, lib/Nmap/Scanner/Host.pm, lib/Nmap/Scanner/HostList.pm, lib/Nmap/Scanner/Port.pm, lib/Nmap/Scanner/PortList.pm, lib/Nmap/Scanner/Protocol.pm, lib/Nmap/Scanner/ProtocolList.pm, lib/Nmap/Scanner/Scanner.pm, lib/Nmap/Scanner/Util.pm, lib/Nmap/Scanner/Util/BannerScanner.pm, lib/Nmap/Scanner/Util/FtpScanner.pm, lib/Nmap/Scanner/Util/OsGuesser.pm, lib/Nmap/Scanner/Util/PingScanner.pm, lib/Nmap/Scanner/Util/SmtpScanner.pm, lib/Nmap/Scanner/Util/WebScanner.pm

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

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: Nmap::Scanner, Nmap::Scanner, Nmap::Scanner::Backend, Nmap::Scanner::Backend, Nmap::Scanner::Backend::XML, Nmap::Scanner::Backend::XML, Nmap::Scanner::Util, Nmap::Scanner::Util

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

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

Error: Nmap-0.01/Nmap/Scanner/Scanner.pm -- Around line 415: '=item' outside of any '=over' Around line 455: You forgot a '=back' before '=head2' Nmap-0.01/lib/Nmap/Scanner/Scanner.pm -- Around line 415: '=item' outside of any '=over' Around line 455: You forgot a '=back' before '=head2'

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: Nmap/Scanner.pm, Nmap/Scanner/Backend.pm, Nmap/Scanner/Backend/Normal.pm, Nmap/Scanner/Backend/Processor.pm, Nmap/Scanner/Backend/Results.pm, Nmap/Scanner/Backend/XML.pm, Nmap/Scanner/Factory/Normal.pm, Nmap/Scanner/Host.pm, Nmap/Scanner/HostList.pm, Nmap/Scanner/Port.pm, Nmap/Scanner/PortList.pm, Nmap/Scanner/Protocol.pm, Nmap/Scanner/ProtocolList.pm, Nmap/Scanner/Scanner.pm, Nmap/Scanner/Util.pm, Nmap/Scanner/Util/BannerScanner.pm, Nmap/Scanner/Util/FtpScanner.pm, Nmap/Scanner/Util/OsGuesser.pm, Nmap/Scanner/Util/PingScanner.pm, Nmap/Scanner/Util/SmtpScanner.pm, Nmap/Scanner/Util/WebScanner.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: Nmap::Scanner, Nmap::Scanner, Nmap::Scanner::Backend, Nmap::Scanner::Backend, Nmap::Scanner::Backend::Normal, Nmap::Scanner::Backend::Normal, Nmap::Scanner::Backend::Processor, Nmap::Scanner::Backend::Processor, Nmap::Scanner::Backend::Results, Nmap::Scanner::Backend::Results, Nmap::Scanner::Backend::XML, Nmap::Scanner::Backend::XML, Nmap::Scanner::Factory::Normal, Nmap::Scanner::Factory::Normal, Nmap::Scanner::Host, Nmap::Scanner::Host, Nmap::Scanner::HostList, Nmap::Scanner::HostList, Nmap::Scanner::Port, Nmap::Scanner::Port, Nmap::Scanner::PortList, Nmap::Scanner::PortList, Nmap::Scanner::Protocol, Nmap::Scanner::Protocol, Nmap::Scanner::ProtocolList, Nmap::Scanner::ProtocolList, Nmap::Scanner::Scanner, Nmap::Scanner::Scanner, Nmap::Scanner::Util, Nmap::Scanner::Util, Nmap::Scanner::Util::BannerScanner, Nmap::Scanner::Util::BannerScanner, Nmap::Scanner::Util::FtpScanner, Nmap::Scanner::Util::FtpScanner, Nmap::Scanner::Util::OsGuesser, Nmap::Scanner::Util::OsGuesser, Nmap::Scanner::Util::PingScanner, Nmap::Scanner::Util::PingScanner, Nmap::Scanner::Util::SmtpScanner, Nmap::Scanner::Util::SmtpScanner, Nmap::Scanner::Util::WebScanner, Nmap::Scanner::Util::WebScanner

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
Nmap::Scanner 0.01 metacpan
Nmap::Scanner::Backend metacpan
Nmap::Scanner::Backend::Normal metacpan
Nmap::Scanner::Backend::Processor metacpan
Nmap::Scanner::Backend::Results metacpan
Nmap::Scanner::Backend::XML metacpan
Nmap::Scanner::Factory::Normal metacpan
Nmap::Scanner::Host metacpan
Nmap::Scanner::HostList metacpan
Nmap::Scanner::Port metacpan
Nmap::Scanner::PortList metacpan
Nmap::Scanner::Protocol metacpan
Nmap::Scanner::ProtocolList metacpan
Nmap::Scanner::Scanner metacpan
Nmap::Scanner::Util metacpan
Nmap::Scanner::Util::BannerScanner metacpan
Nmap::Scanner::Util::FtpScanner metacpan
Nmap::Scanner::Util::OsGuesser metacpan
Nmap::Scanner::Util::PingScanner metacpan
Nmap::Scanner::Util::SmtpScanner metacpan
Nmap::Scanner::Util::WebScanner metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan