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::JP::2022_JP, Encode::JP::2022_JP1, Encode::KR, Encode::Symbol, Encode::TW, encoding

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, 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::JP, Encode::JP::2022_JP, Encode::JP::2022_JP1, Encode::JP::H2Z, Encode::JP::JIS, Encode::KR, Encode::KR::2022_KR, Encode::Symbol, Encode::TW, Encode::XS, 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.03,1.00,1.01,1.20,1.21,1.25,1.27,1.30,1.33

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.33 metacpan
Encode::Alias alias definitions to encodings 1.27 metacpan
Encode::Byte Single Byte Encodings 1.20 metacpan
Encode::CJKConstants 1.00 metacpan
Encode::CN China-based Chinese Encodings 1.20 metacpan
Encode::CN::HZ internally used by Encode::CN 1.00 metacpan
Encode::Config 1.01 metacpan
Encode::EBCDIC EBCDIC Encodings 1.20 metacpan
Encode::Encoder Object Oriented Encoder 0.03 metacpan
Encode::Encoding Encode Implementation Base Class 1.25 metacpan
Encode::JP Japanese Encodings 1.21 metacpan
Encode::JP::2022_JP internally used by Encode::JP 1.00 metacpan
Encode::JP::2022_JP1 internally used by Encode::JP 1.00 metacpan
Encode::JP::H2Z internally used by Encode::JP::2022_JP* 1.00 metacpan
Encode::JP::JIS internally used by Encode::JP 1.00 metacpan
Encode::KR Korean Encodings 1.20 metacpan
Encode::KR::2022_KR 1.00 metacpan
Encode::Symbol Symbol Encodings 1.20 metacpan
Encode::TW Taiwan-based Chinese Encodings 1.20 metacpan
Encode::Unicode Various Unicode Transform Format 1.30 metacpan
Encode::XS for internal use only 1.00 metacpan
encoding allows you to write your script in non-asii or non-utf8 1.25 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