Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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: DMAMisc-1.01-3/lib/DMA/FSM.pm -- Around line 225: Unknown directive: =over4 Around line 227: '=item' outside of any '=over' Around line 234: Unknown directive: =back4 Around line 236: You forgot a '=back' before '=head1' DMAMisc-1.01-3/lib/DMA/ISODate.pm -- Around line 414: =back doesn't take any parameters, but you said =back 4 Around line 488: =back doesn't take any parameters, but you said =back 4 Around line 504: =back doesn't take any parameters, but you said =back 4 DMAMisc-1.01-3/lib/DMA/Version.pm -- Around line 212: =back doesn't take any parameters, but you said =back 4 Around line 258: =back doesn't take any parameters, but you said =back 4 DMAMisc-1.01-3/lib/DMA/ldconfig.pm -- Around line 147: =back doesn't take any parameters, but you said =back 4

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.

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.

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: DMA::FSM, DMA::ISODate, DMA::Version, DMA::ldconfig

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).

Modules

Name Abstract Version View
DMA::FSM A simple Finite State Machine. metacpan
DMA::ISODate metacpan
DMA::Version metacpan
DMA::ldconfig Load configuration variables from database. metacpan

Other Files

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