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: PaxHeader/Date-Calc-Endpoints-1.03,PaxHeader/Date-Calc-Endpoints-1.03,Date-Calc-Endpoints-1.03/PaxHeader/Changes,Date-Calc-Endpoints-1.03/PaxHeader/Changes,Date-Calc-Endpoints-1.03/PaxHeader/INSTALL,Date-Calc-Endpoints-1.03/PaxHeader/INSTALL,Date-Calc-Endpoints-1.03/PaxHeader/._lib,Date-Calc-Endpoints-1.03/PaxHeader/._lib,Date-Calc-Endpoints-1.03/PaxHeader/lib,Date-Calc-Endpoints-1.03/PaxHeader/lib,Date-Calc-Endpoints-1.03/PaxHeader/Makefile.PL,Date-Calc-Endpoints-1.03/PaxHeader/Makefile.PL,Date-Calc-Endpoints-1.03/PaxHeader/MANIFEST,Date-Calc-Endpoints-1.03/PaxHeader/MANIFEST,Date-Calc-Endpoints-1.03/PaxHeader/META.json,Date-Calc-Endpoints-1.03/PaxHeader/META.json,Date-Calc-Endpoints-1.03/PaxHeader/META.yml,Date-Calc-Endpoints-1.03/PaxHeader/META.yml,Date-Calc-Endpoints-1.03/PaxHeader/README,Date-Calc-Endpoints-1.03/PaxHeader/README,Date-Calc-Endpoints-1.03/PaxHeader/._t,Date-Calc-Endpoints-1.03/PaxHeader/._t,Date-Calc-Endpoints-1.03/PaxHeader/t,Date-Calc-Endpoints-1.03/PaxHeader/t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_class_test.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_class_test.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_dayofmonth.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_dayofmonth.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_monthofyear.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_monthofyear.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_nonweek.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_nonweek.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_unittest.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_unittest.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_week.t,Date-Calc-Endpoints-1.03/t/PaxHeader/Endpoints_week.t,Date-Calc-Endpoints-1.03/lib/PaxHeader/._Date,Date-Calc-Endpoints-1.03/lib/PaxHeader/._Date,Date-Calc-Endpoints-1.03/lib/PaxHeader/Date,Date-Calc-Endpoints-1.03/lib/PaxHeader/Date,Date-Calc-Endpoints-1.03/lib/Date/PaxHeader/Calc,Date-Calc-Endpoints-1.03/lib/Date/PaxHeader/Calc,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.html,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.html,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.md,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.md,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.pm,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.pm,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.pod,Date-Calc-Endpoints-1.03/lib/Date/Calc/PaxHeader/Endpoints.pod

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 (13) does not match dist (20):
  • Missing in MANIFEST: ._lib, ._t, META.json, META.yml, lib/._Date, lib/Date/Calc/Endpoints.html, lib/Date/Calc/Endpoints.md

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.

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._lib
  • ._t
  • lib/._Date

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: Date::Calc::Endpoints

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
Date::Calc::Endpoints Generate start/end dates easily, based on type (year, month,...), number of consecutive entities ("4 months"), number of intervals from the current date, and direction (past/future). 1.03 metacpan

Other Files

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