BGPmon-core-2 01 Deleted

Kwalitee Issues

has_meta_yml

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

distname_matches_name_in_meta

Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.

Error: BGPmon
no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib
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::Log.3pm
  • blib/man3/BGPmon::Translator::XFB2BGPdump.3pm
  • blib/man3/BGPmon::Translator::XFB2PerlHash.3pm
  • blib/man3/BGPmon::Translator::XFB2PerlHash::Simple.3pm
  • blib/man3/BGPmon::Translator::XFB2PerlHash::Simpler.3pm
no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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 (31) does not match dist (67):
  • Missing in MANIFEST: MYMETA.json, MYMETA.yml, Makefile, TODO, VERSION, 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/Log.pm, blib/lib/BGPmon/Translator/XFB2BGPdump.pm, blib/lib/BGPmon/Translator/XFB2PerlHash.pm, blib/lib/BGPmon/Translator/XFB2PerlHash/Simple.pm, blib/lib/BGPmon/Translator/XFB2PerlHash/Simpler.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::Log.3pm, blib/man3/BGPmon::Translator::XFB2BGPdump.3pm, blib/man3/BGPmon::Translator::XFB2PerlHash.3pm, blib/man3/BGPmon::Translator::XFB2PerlHash::Simple.3pm, blib/man3/BGPmon::Translator::XFB2PerlHash::Simpler.3pm, blib/script/.exists, lib/BGPmon/.DS_Store, pm_to_blib, t/bgpmon-fetch-dup-archiver-msg.xml
main_module_version_matches_dist_version

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

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.

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/Log.pm, blib/lib/BGPmon/Translator/XFB2BGPdump.pm, blib/lib/BGPmon/Translator/XFB2PerlHash.pm, blib/lib/BGPmon/Translator/XFB2PerlHash/Simple.pm, blib/lib/BGPmon/Translator/XFB2PerlHash/Simpler.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.

consistent_version

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

Error: 2.0,2.00

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_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 2.0 metacpan
BGPmon::Fetch 2.0 metacpan
BGPmon::Fetch::Archive 2.0 metacpan
BGPmon::Fetch::Client 2.0 metacpan
BGPmon::Fetch::File 2.0 metacpan
BGPmon::Log BGPmon Logging 2.0 metacpan
BGPmon::Translator::XFB2BGPdump Converts an XML message into an array of BGPdump formatted messages. 2.0 metacpan
BGPmon::Translator::XFB2PerlHash convert an XFB message into a Perl hash 2.0 metacpan
BGPmon::Translator::XFB2PerlHash::Simple a clean interface to extract commonly-used information from XFB messages. 2.0 metacpan
BGPmon::Translator::XFB2PerlHash::Simpler a cleaner interface to extract commonly-used information from XFB messages that, unline XFB2PerlHash::Simple, will ignore xml attributes. 2.00 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan