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

no_pod_errors

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

Error: Business-Hours-0.09/lib/Business/Hours.pm -- Around line 134: alternative text '/"holidays ARRAY"' contains non-escaped | or / Around line 156: alternative text '/"business_hours HASH"' contains non-escaped | or /

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Tue 19 Aug 2008 05:06:49 AM JST gpg: using DSA key 31F9562596406EA0 gpg: Can't check signature: No public key --- SIGNATURE Thu Nov 27 11:23:04 2008 +++ @@ -1,10 +1,11 @@ -SHA1 4431b315155eff267884c69ff1af0ee01cc2c2da Changes +SHA1 77b2d7a69534497608037d28010b0eacd31ffd9d Changes SHA1 f235ba4160673bcb7c9d58c2f09dbc7fc0efadea LICENSE -SHA1 ca4c4b7a196a7ea1d907cf757dda78aa99bc11a4 MANIFEST -SHA1 3f7f12e6e6f44992b29ee734d8883efd2875cc8b META.yml -SHA1 bf565cd7d1f49956edaed8f89c6021c9ef4847b6 Makefile.PL +SHA1 6ea6393a115c5d5b6175d65a3344ed94e17c85ab MANIFEST +SHA1 6f8005102a6d750f960628ce0d957c04f7772c81 META.yml +SHA1 5cdee9f038c2cc15ce69163ae180a7fdb1ab4991 Makefile.PL SHA1 7e27ecbd2a455bf2ec9f91f1b8c29853a3663d62 README -SHA1 44c868f5785c02e7f6a39e36e840863680b88e6f lib/Business/Hours.pm +SHA1 e64684105cc5d1175df4e93aedd6f4ade0b68a7b lib/Business/Hours.pm SHA1 8a4f4d07f02e4bd1d7af913a05d67210a6a1e546 t/1-business-hours.t +SHA256 a891f0c775733cd30293cc1845f07bc4cdd285f95c5bdbc9eb438b6f55a1a399 t/2-holidays.t SHA1 e18498f5413cb08aa563e3d0c76a1d9c6520b8c5 t/99-pod-coverage.t SHA1 aaf51e0d68143ceff893513e9a95bd01cdfa216f t/99-pod.t ==> MISMATCHED content between SIGNATURE and distribution files! <==

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.

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
Business::Hours Calculate business hours in a time period 0.09 metacpan

Other Files

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