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: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

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 (40) does not match dist (41):
  • Missing in MANIFEST: README

no_pod_errors

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

Error: Net-DirectConnect-0.12/lib/Net/DirectConnect/adc.pm -- Around line 58: Unknown directive: =no Around line 78: Unknown directive: =cu Around line 307: Unknown directive: =z Around line 547: Unknown directive: =z Around line 614: Unknown directive: =z Around line 628: Unknown directive: =COMMANDS Around line 789: Unknown directive: =auto Around line 883: Unknown directive: =no Net-DirectConnect-0.12/lib/Net/DirectConnect/adcs.pm -- Around line 3: Unknown directive: =CERTS Net-DirectConnect-0.12/lib/Net/DirectConnect/clihub.pm -- Around line 398: Unknown directive: =COMMANDS Around line 611: Unknown directive: =z Net-DirectConnect-0.12/lib/Net/DirectConnect/filelist.pm -- Around line 24: Unknown directive: =tofix Around line 223: Unknown directive: =cu Around line 434: Unknown directive: =old Around line 587: Unknown directive: =z Net-DirectConnect-0.12/lib/Net/DirectConnect/pslib/psmisc.pm -- Around line 4: Unknown directive: =copyright Around line 115: Unknown directive: =no Around line 151: Unknown directive: =with Around line 153: Non-ASCII character seen before =encoding in '[Ќоћ…Ґађ•е]'. Assuming UTF-8 Around line 160: Unknown directive: =was Around line 380: Unknown directive: =todo Around line 584: Unknown directive: =old Around line 973: Unknown directive: =bat Around line 1116: Unknown directive: =old Around line 1204: Unknown directive: =todo Around line 1508: Unknown directive: =c Net-DirectConnect-0.12/lib/Net/DirectConnect/pslib/pssql.pm -- Around line 4: Unknown directive: =copyright Around line 22: Unknown directive: =c Around line 555: Unknown directive: =c Around line 822: Unknown directive: =c Around line 1079: Unknown directive: =z Around line 1162: Unknown directive: =c Around line 2634: Unknown directive: =stem Around line 2791: Unknown directive: =no Net-DirectConnect-0.12/lib/Net/DirectConnect.pm -- Around line 892: Unknown directive: =hm Around line 931: Unknown directive: =no Around line 1333: Unknown directive: =no Around line 1835: Unknown directive: =no Around line 1866: Unknown directive: =no

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.

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: Net::DirectConnect, Net::DirectConnect::adc, Net::DirectConnect::adcs, Net::DirectConnect::clicli, Net::DirectConnect::clihub, Net::DirectConnect::http, Net::DirectConnect::hub, Net::DirectConnect::hubcli, Net::DirectConnect::hubhub, Net::DirectConnect::ipv6, Net::DirectConnect::nmdc, Net::DirectConnect::pslib::psmisc, Net::DirectConnect::pslib::pssql, Net::DirectConnect::sctp

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.

Modules

Name Abstract Version View
Net::DirectConnect Perl Direct Connect protocol implementation 0.12 metacpan

Other Files

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