Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Encode::Byte, Encode::CN, Encode::EBCDIC, Encode::JP, Encode::KR, Encode::Symbol, Encode::TW

no_pod_errors

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

Error: Encode-1.83/Encode.pm -- Around line 530: You can't have =items (as at line 536) unless the first thing after the =over is an =item Around line 609: You forgot a '=back' before '=head2' Encode-1.83/lib/Encode/Encoding.pm -- Around line 133: You forgot a '=back' before '=head2'

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Encode.pm, Byte/Byte.pm, CN/CN.pm, EBCDIC/EBCDIC.pm, JP/JP.pm, KR/KR.pm, Symbol/Symbol.pm, TW/TW.pm, Unicode/Unicode.pm, encoding.pm

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: Encode, Encode::Alias, Encode::Byte, Encode::CJKConstants, Encode::CN, Encode::CN::HZ, Encode::Config, Encode::EBCDIC, Encode::Encoding, Encode::Guess, Encode::JP, Encode::JP::H2Z, Encode::JP::JIS7, Encode::KR, Encode::KR::2022_KR, Encode::MIME::Header, Encode::Symbol, Encode::TW, encoding

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.05,1.00,1.02,1.04,1.05,1.06,1.07,1.09,1.21,1.22,1.24,1.25,1.26,1.30,1.34,1.37,1.83

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
Encode character encodings 1.83 metacpan
Encode::Alias alias definitions to encodings 1.34 metacpan
Encode::Byte Single Byte Encodings 1.22 metacpan
Encode::CJKConstants 1.00 metacpan
Encode::CN China-based Chinese Encodings 1.24 metacpan
Encode::CN::HZ internally used by Encode::CN 1.04 metacpan
Encode::Config internally used by Encode 1.06 metacpan
Encode::EBCDIC EBCDIC Encodings 1.21 metacpan
Encode::Encoder Object Oriented Encoder 0.05 metacpan
Encode::Encoding Encode Implementation Base Class 1.30 metacpan
Encode::Guess Guesses encoding from data 1.06 metacpan
Encode::JP Japanese Encodings 1.25 metacpan
Encode::JP::H2Z internally used by Encode::JP::2022_JP* 1.02 metacpan
Encode::JP::JIS7 internally used by Encode::JP 1.09 metacpan
Encode::KR Korean Encodings 1.22 metacpan
Encode::KR::2022_KR internally used by Encode::KR 1.05 metacpan
Encode::MIME::Header MIME 'B' and 'Q' header encoding 1.07 metacpan
Encode::Symbol Symbol Encodings 1.22 metacpan
Encode::TW Taiwan-based Chinese Encodings 1.26 metacpan
Encode::Unicode Various Unicode Transformation Formats 1.37 metacpan
encoding allows you to write your script in non-ascii or non-utf8 1.37 metacpan

Provides

Name File View
Encode::Internal Encode.pm metacpan
Encode::UTF_EBCDIC Encode.pm metacpan
Encode::utf8 Encode.pm metacpan

Other Files

Byte/Makefile.PL metacpan
CN/Makefile.PL metacpan
Changes metacpan
EBCDIC/Makefile.PL metacpan
JP/Makefile.PL metacpan
KR/Makefile.PL metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
Symbol/Makefile.PL metacpan
TW/Makefile.PL metacpan
Unicode/Makefile.PL metacpan