Kwalitee Issues

has_meta_yml

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

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/man3/BGPmon::Configure.3pm
  • blib/man3/BGPmon::Fetch.3pm
  • blib/man3/BGPmon::Fetch::Archive.3pm
  • blib/man3/BGPmon::Fetch::Client.3pm
  • blib/man3/BGPmon::Fetch::File.3pm
  • blib/man3/BGPmon::Filter.3pm
  • blib/man3/BGPmon::Filter::Prefix.3pm
  • blib/man3/BGPmon::Log.3pm
  • blib/man3/BGPmon::Translator::XFB2BGPdump.3pm
  • blib/man3/BGPmon::Translator::XFB2PerlHash.3pm
  • blib/man3/BGPmon::Translator::XFB2PerlHash::Simple.3pm

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 (42) does not match dist (77):
  • Missing in MANIFEST: TODO, VERSION, bin/config.txt, bin/loglog.log, bin/prefixes.txt, blib/arch/.exists, blib/arch/auto/BGPmon/.exists, blib/bin/.exists, blib/lib/.exists, blib/lib/BGPmon/Configure.pm, blib/lib/BGPmon/Fetch.pm, blib/lib/BGPmon/Fetch/Archive.pm, blib/lib/BGPmon/Fetch/Client.pm, blib/lib/BGPmon/Fetch/File.pm, blib/lib/BGPmon/Filter.pm, blib/lib/BGPmon/Filter/Prefix.pm, blib/lib/BGPmon/Log.pm, blib/lib/BGPmon/Translator/XFB2BGPdump.pm, blib/lib/BGPmon/Translator/XFB2PerlHash.pm, blib/lib/BGPmon/Translator/XFB2PerlHash/Simple.pm, blib/lib/auto/BGPmon/.exists, blib/man1/.exists, blib/man3/.exists, blib/man3/BGPmon::Configure.3pm, blib/man3/BGPmon::Fetch.3pm, blib/man3/BGPmon::Fetch::Archive.3pm, blib/man3/BGPmon::Fetch::Client.3pm, blib/man3/BGPmon::Fetch::File.3pm, blib/man3/BGPmon::Filter.3pm, blib/man3/BGPmon::Filter::Prefix.3pm, blib/man3/BGPmon::Log.3pm, blib/man3/BGPmon::Translator::XFB2BGPdump.3pm, blib/man3/BGPmon::Translator::XFB2PerlHash.3pm, blib/man3/BGPmon::Translator::XFB2PerlHash::Simple.3pm, blib/script/.exists, t/06-bgpmon-translator-xfb2perlhash.t, t/07-bgpmon-translator-xfb2perlhash-simple.t, t/08-bgpmon-fetchdata-file.t, t/09-bgpmon-fetchdata-archive.t
  • Missing in Dist: t/00-bgpmon-translator-xfb2perlhash-simple.t, t/00-bgpmon-translator-xfb2perlhash.t, t/01-bgpmon-fetchdata-file.t, t/02-bgpmon-fetchdata-archive.t

prereq_matches_use

List all used modules in META.yml requires

Error:

  • IO::Uncompress::AnyUncompress

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: BGPmon-core/blib/lib/BGPmon/Filter.pm -- Around line 338: Unknown directive: =comment BGPmon-core/lib/BGPmon/Filter.pm -- Around line 338: Unknown directive: =comment

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: blib/lib/BGPmon/Configure.pm, blib/lib/BGPmon/Fetch.pm, blib/lib/BGPmon/Fetch/Archive.pm, blib/lib/BGPmon/Fetch/Client.pm, blib/lib/BGPmon/Fetch/File.pm, blib/lib/BGPmon/Filter.pm, blib/lib/BGPmon/Filter/Prefix.pm, blib/lib/BGPmon/Log.pm, blib/lib/BGPmon/Translator/XFB2BGPdump.pm, blib/lib/BGPmon/Translator/XFB2PerlHash.pm, blib/lib/BGPmon/Translator/XFB2PerlHash/Simple.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.

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
BGPmon::Configure BGPmon Client Configuration 1.06 metacpan
BGPmon::Fetch 1.06 metacpan
BGPmon::Fetch::Archive 1.06 metacpan
BGPmon::Fetch::Client 1.06 metacpan
BGPmon::Fetch::File 1.06 metacpan
BGPmon::Filter 1.06 metacpan
BGPmon::Filter::Prefix 1.06 metacpan
BGPmon::Log BGPmon Logging 1.06 metacpan
BGPmon::Translator::XFB2BGPdump Converts an XML message into an array of BGPdump formatted messages. 1.06 metacpan
BGPmon::Translator::XFB2PerlHash convert an XFB message into a Perl hash 1.06 metacpan
BGPmon::Translator::XFB2PerlHash::Simple a clean interface to extract commonly-used information from XFB messages. 1.06 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan