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.2];Missing mandatory field, 'license' (license) [Validation: 1.2]

no_pod_errors

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

Error: Data-BISON-v0.0.1/lib/Data/BISON/Decoder.pm -- Around line 215: Non-ASCII character seen before =encoding in 'Jäger's'. Assuming UTF-8 Data-BISON-v0.0.1/lib/Data/BISON/Encoder.pm -- Around line 216: Non-ASCII character seen before =encoding in ''Jäger','. Assuming UTF-8 Data-BISON-v0.0.1/lib/Data/BISON.pm -- Around line 56: Non-ASCII character seen before =encoding in 'Jäger's'. Assuming UTF-8

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 13 Feb 2007 11:39:34 AM JST gpg: using DSA key C289274496509C21 gpg: Can't check signature: No public key --- SIGNATURE Tue Feb 13 11:39:34 2007 +++ @@ -3,7 +3,7 @@ SHA1 35a806842dc2b90fb6045e31dee891d7ca0c614f META.yml SHA1 9ab10dba94477e7115be3cd4cfe05075fcc5efcb Makefile.PL SHA1 1e24b3500b2002770716d2951ac2f9f7b4403169 README -SHA1 aae0dfa72b8ed809d26a7563134191f7200e18cf doc/BISON_specification_1_0.pdf +SHA1 738e1c117c571a565a6e201c22c6ac847e49afe1 doc/BISON_specification_1_0.pdf SHA1 935e9337ea85c621ef15b0cbb301b53971225a18 lib/Data/BISON.pm SHA1 135955b56f0ff2ec64022ebe3e3b7cf997aa90b6 lib/Data/BISON/Base.pm SHA1 c889a6030a1bdaf8556167aad8eeffaa62a9fae6 lib/Data/BISON/Decoder.pm ==> 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.

no_abstract_stub_in_pod

Modify the stub. You might need to modify other stubs (for name, synopsis, license, etc) as well.

Error: Data::BISON::Encoder

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
Data::BISON Encode or decode a BISON stream 0.000001 metacpan
Data::BISON::Base Base class for BISON encoder, decoder 0.000001 metacpan
Data::BISON::Decoder Decode a BISON encoded data structure. 0.000001 metacpan
Data::BISON::Encoder [One line description of module's purpose here] 0.000001 metacpan
Data::BISON::yEnc Implements yEnc encode, decode for Data::BISON metacpan

Other Files

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