Kwalitee Issues

has_meta_yml

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

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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 (74) does not match dist (79):
  • Missing in MANIFEST: inc/Module/Install/Compiler.pm, lib/MongoDB/Async/DBRef.pm, lib/MongoDB/Async/Pool.pm, reconnect_stress_test.pl, t/dbref.t, t/lib/MongoDBTest.pm, t/lib/MongoDBTest.pm~
  • Missing in Dist: META.json, META.yml

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: MongoDB::Async::BSON, MongoDB::Async::OID

no_pod_errors

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

Error: MongoDB-Async-0.702.3/lib/MongoDB/Async/Connection.pm -- Around line 360: Unknown directive: =head Around line 374: Unknown directive: =head MongoDB-Async-0.702.3/lib/MongoDB/Async/DataTypes.pod -- Around line 174: Non-ASCII character seen before =encoding in ''Åland'. Assuming UTF-8 MongoDB-Async-0.702.3/lib/MongoDB/Async/MongoClient.pm -- Around line 696: You forgot a '=back' before '=head2' Around line 874: Unknown directive: =head Around line 888: Unknown directive: =head

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: ext/Module/Install/PRIVATE/Mongo.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: MongoDB::Async::BSON, MongoDB::Async::OID, MongoDB::Async::Pool

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:

  • Module::Install::PRIVATE::Mongo

test_prereq_matches_use

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

Error:

  • Any::Moose
  • Data::Types
  • DateTime::Tiny
  • File::Slurp
  • JSON
  • Test::Exception
  • Test::Warn

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.45,0.702003

Modules

Name Abstract Version View
Module::Install::PRIVATE::Mongo 0.45 metacpan
MongoDB::Async Asynchronous Mongo Driver for Perl 0.702003 metacpan
MongoDB::Async::BSON Tools for serializing and deserializing data in BSON form 0.702003 metacpan
MongoDB::Async::BSON::Binary Binary type 0.702003 metacpan
MongoDB::Async::Code JavaScript Code 0.702003 metacpan
MongoDB::Async::Collection A Mongo Collection 0.702003 metacpan
MongoDB::Async::Connection A connection to a Mongo server 0.702003 metacpan
MongoDB::Async::Cursor A cursor/iterator for Mongo query results 0.702003 metacpan
MongoDB::Async::Database A Mongo Database 0.702003 metacpan
MongoDB::Async::GridFS A file storage utility 0.702003 metacpan
MongoDB::Async::GridFS::File A Mongo GridFS file 0.702003 metacpan
MongoDB::Async::MongoClient A connection to a Mongo server 0.702003 metacpan
MongoDB::Async::OID A Mongo Object ID 0.702003 metacpan
MongoDB::Async::Timestamp Replication timestamp 0.702003 metacpan

Provides

Name File View
MongoDB::Async::BSON::FlagsCacheRefresher lib/MongoDB/Async/BSON.pm metacpan
MongoDB::Async::GetCollCache lib/MongoDB/Async/Database.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan