Kwalitee Issues

no_pax_headers

If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.

Error: ./PaxHeaders.5562/Algorithm-DBSCAN-0.06,./PaxHeaders.5562/Algorithm-DBSCAN-0.06,Algorithm-DBSCAN-0.06/PaxHeaders.5562/lib,Algorithm-DBSCAN-0.06/PaxHeaders.5562/lib,Algorithm-DBSCAN-0.06/lib/PaxHeaders.5562/Algorithm,Algorithm-DBSCAN-0.06/lib/PaxHeaders.5562/Algorithm,Algorithm-DBSCAN-0.06/lib/Algorithm/PaxHeaders.5562/DBSCAN,Algorithm-DBSCAN-0.06/lib/Algorithm/PaxHeaders.5562/DBSCAN,Algorithm-DBSCAN-0.06/lib/Algorithm/DBSCAN/PaxHeaders.5562/Point.pm,Algorithm-DBSCAN-0.06/lib/Algorithm/DBSCAN/PaxHeaders.5562/Point.pm,Algorithm-DBSCAN-0.06/lib/Algorithm/DBSCAN/PaxHeaders.5562/Dataset.pm,Algorithm-DBSCAN-0.06/lib/Algorithm/DBSCAN/PaxHeaders.5562/Dataset.pm,Algorithm-DBSCAN-0.06/lib/Algorithm/PaxHeaders.5562/DBSCAN.pm,Algorithm-DBSCAN-0.06/lib/Algorithm/PaxHeaders.5562/DBSCAN.pm,Algorithm-DBSCAN-0.06/PaxHeaders.5562/MANIFEST.SKIP,Algorithm-DBSCAN-0.06/PaxHeaders.5562/MANIFEST.SKIP,Algorithm-DBSCAN-0.06/PaxHeaders.5562/Changes,Algorithm-DBSCAN-0.06/PaxHeaders.5562/Changes,Algorithm-DBSCAN-0.06/PaxHeaders.5562/MANIFEST,Algorithm-DBSCAN-0.06/PaxHeaders.5562/MANIFEST,Algorithm-DBSCAN-0.06/PaxHeaders.5562/Makefile.PL,Algorithm-DBSCAN-0.06/PaxHeaders.5562/Makefile.PL,Algorithm-DBSCAN-0.06/PaxHeaders.5562/xt,Algorithm-DBSCAN-0.06/PaxHeaders.5562/xt,Algorithm-DBSCAN-0.06/xt/PaxHeaders.5562/boilerplate.t,Algorithm-DBSCAN-0.06/xt/PaxHeaders.5562/boilerplate.t,Algorithm-DBSCAN-0.06/PaxHeaders.5562/META.yml,Algorithm-DBSCAN-0.06/PaxHeaders.5562/META.yml,Algorithm-DBSCAN-0.06/PaxHeaders.5562/README,Algorithm-DBSCAN-0.06/PaxHeaders.5562/README,Algorithm-DBSCAN-0.06/PaxHeaders.5562/t,Algorithm-DBSCAN-0.06/PaxHeaders.5562/t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/manifest.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/manifest.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/pod.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/pod.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/03-region-index.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/03-region-index.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/02-module-synopsis-code.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/02-module-synopsis-code.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/00-load.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/00-load.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/test_datasets,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/test_datasets,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_2_result.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_2_result.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_module_synopsis_result.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_module_synopsis_result.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_2.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_2.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/region_index_dataset_2.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/region_index_dataset_2.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_1_result.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_1_result.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_1.txt,Algorithm-DBSCAN-0.06/t/test_datasets/PaxHeaders.5562/dbscan_test_dataset_1.txt,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/pod-coverage.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/pod-coverage.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/01-clustering.t,Algorithm-DBSCAN-0.06/t/PaxHeaders.5562/01-clustering.t,Algorithm-DBSCAN-0.06/PaxHeaders.5562/META.json,Algorithm-DBSCAN-0.06/PaxHeaders.5562/META.json

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 (25) does not match dist (24):
  • Missing in Dist: t/test_datasets/dbscan_test_dataset_module_synopsis.txt

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: Algorithm::DBSCAN::Dataset, Algorithm::DBSCAN::Point

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: Algorithm::DBSCAN::Dataset, Algorithm::DBSCAN::Point

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
Algorithm::DBSCAN (ALFA code) Perl implementation of the DBSCAN (Density-Based Spatial Clustering of Applications with Noise) algorithm 0.06 metacpan
Algorithm::DBSCAN::Dataset metacpan
Algorithm::DBSCAN::Point metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan