Algorithm-DBSCAN 0.04 Deleted
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.32746/Algorithm-DBSCAN-0.04,./PaxHeaders.32746/Algorithm-DBSCAN-0.04,Algorithm-DBSCAN-0.04/PaxHeaders.32746/lib,Algorithm-DBSCAN-0.04/PaxHeaders.32746/lib,Algorithm-DBSCAN-0.04/lib/PaxHeaders.32746/Algorithm,Algorithm-DBSCAN-0.04/lib/PaxHeaders.32746/Algorithm,Algorithm-DBSCAN-0.04/lib/Algorithm/PaxHeaders.32746/DBSCAN,Algorithm-DBSCAN-0.04/lib/Algorithm/PaxHeaders.32746/DBSCAN,Algorithm-DBSCAN-0.04/lib/Algorithm/DBSCAN/PaxHeaders.32746/Point.pm,Algorithm-DBSCAN-0.04/lib/Algorithm/DBSCAN/PaxHeaders.32746/Point.pm,Algorithm-DBSCAN-0.04/lib/Algorithm/DBSCAN/PaxHeaders.32746/Dataset.pm,Algorithm-DBSCAN-0.04/lib/Algorithm/DBSCAN/PaxHeaders.32746/Dataset.pm,Algorithm-DBSCAN-0.04/lib/Algorithm/PaxHeaders.32746/DBSCAN.pm,Algorithm-DBSCAN-0.04/lib/Algorithm/PaxHeaders.32746/DBSCAN.pm,Algorithm-DBSCAN-0.04/PaxHeaders.32746/MANIFEST.SKIP,Algorithm-DBSCAN-0.04/PaxHeaders.32746/MANIFEST.SKIP,Algorithm-DBSCAN-0.04/PaxHeaders.32746/Changes,Algorithm-DBSCAN-0.04/PaxHeaders.32746/Changes,Algorithm-DBSCAN-0.04/PaxHeaders.32746/MANIFEST,Algorithm-DBSCAN-0.04/PaxHeaders.32746/MANIFEST,Algorithm-DBSCAN-0.04/PaxHeaders.32746/Makefile.PL,Algorithm-DBSCAN-0.04/PaxHeaders.32746/Makefile.PL,Algorithm-DBSCAN-0.04/PaxHeaders.32746/xt,Algorithm-DBSCAN-0.04/PaxHeaders.32746/xt,Algorithm-DBSCAN-0.04/xt/PaxHeaders.32746/boilerplate.t,Algorithm-DBSCAN-0.04/xt/PaxHeaders.32746/boilerplate.t,Algorithm-DBSCAN-0.04/PaxHeaders.32746/META.yml,Algorithm-DBSCAN-0.04/PaxHeaders.32746/META.yml,Algorithm-DBSCAN-0.04/PaxHeaders.32746/README,Algorithm-DBSCAN-0.04/PaxHeaders.32746/README,Algorithm-DBSCAN-0.04/PaxHeaders.32746/t,Algorithm-DBSCAN-0.04/PaxHeaders.32746/t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/manifest.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/manifest.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/pod.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/pod.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/03-region-index.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/03-region-index.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/02-module-synopsis-code.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/02-module-synopsis-code.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/00-load.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/00-load.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/test_datasets,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/test_datasets,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_2_result.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_2_result.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_module_synopsis_result.tx,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_module_synopsis_result.tx,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_2.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_2.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/region_index_dataset_2.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/region_index_dataset_2.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_1_result.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_1_result.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_1.txt,Algorithm-DBSCAN-0.04/t/test_datasets/PaxHeaders.32746/dbscan_test_dataset_1.txt,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/pod-coverage.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/pod-coverage.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/01-clustering.t,Algorithm-DBSCAN-0.04/t/PaxHeaders.32746/01-clustering.t,Algorithm-DBSCAN-0.04/PaxHeaders.32746/META.json,Algorithm-DBSCAN-0.04/PaxHeaders.32746/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.
Provides
| Name | File | View |
|---|---|---|
| Algorithm::DBSCAN::DataSet | lib/Algorithm/DBSCAN/Dataset.pm | metacpan |