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: FileHash-0.01-3/lib/FileHash/Base.pm -- Around line 450: You forgot a '=back' before '=head1' Around line 594: =back doesn't take any parameters, but you said =back 4 Around line 602: '=item' outside of any '=over' Around line 608: You forgot a '=back' before '=head1' FileHash-0.01-3/lib/FileHash/Content.pm -- Around line 83: =back doesn't take any parameters, but you said =back 4 Around line 103: =back doesn't take any parameters, but you said =back 4 FileHash-0.01-3/lib/FileHash/Entry.pm -- Around line 453: =back doesn't take any parameters, but you said =back 4 Around line 535: =back doesn't take any parameters, but you said =back 4 Around line 588: =back doesn't take any parameters, but you said =back 4 Around line 596: '=item' outside of any '=over' Around line 603: You forgot a '=back' before '=head1' FileHash-0.01-3/lib/FileHash/FormatString.pm -- Around line 512: You forgot a '=back' before '=head1' Around line 540: =back doesn't take any parameters, but you said =back 4 FileHash-0.01-3/lib/FileHash/Name.pm -- Around line 78: =back doesn't take any parameters, but you said =back 4 Around line 97: =back doesn't take any parameters, but you said =back 4 FileHash-0.01-3/lib/FileHash/Report.pm -- Around line 148: You forgot a '=back' before '=head1' Around line 152: You can't have =items (as at line 156) unless the first thing after the =over is an =item Around line 162: =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: FileHash::Base, FileHash::Content, FileHash::Entry, FileHash::FormatString, FileHash::Name, FileHash::Report

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
FileHash::Base Abstract superclass for FileHashes. metacpan
FileHash::Content A Hash of file data keyed by the file's md5sum. metacpan
FileHash::Entry Container for data about a file. metacpan
FileHash::FormatString Supports parsing of formatted lines of file data. metacpan
FileHash::Name A Hash of file data keyed by the file's name. metacpan
FileHash::Report Generate reports from a FileHash. metacpan

Other Files

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