Security Advisories

Kwalitee Issues

no_pod_errors

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

Error: Encode-3.09/Encode.pm -- Around line 492: Non-ASCII character seen before =encoding in 'Perl’s'. Assuming UTF-8

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.

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

consistent_version

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

Error: 1.03,1.09,2.02,2.03,2.04,2.05,2.08,2.09,2.10,2.18,2.24,2.28,3.00,3.09

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.

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 in Perl 3.09 metacpan
Encode::Alias alias definitions to encodings 2.24 metacpan
Encode::Byte Single Byte Encodings 2.04 metacpan
Encode::CJKConstants 2.02 metacpan
Encode::CN China-based Chinese Encodings 2.03 metacpan
Encode::CN::HZ internally used by Encode::CN 2.10 metacpan
Encode::Config internally used by Encode 2.05 metacpan
Encode::EBCDIC EBCDIC Encodings 2.02 metacpan
Encode::Encoder Object Oriented Encoder 2.03 metacpan
Encode::Encoding Encode Implementation Base Class 2.08 metacpan
Encode::GSM0338 ETSI GSM 03.38 Encoding 2.09 metacpan
Encode::Guess Guesses encoding from data 2.08 metacpan
Encode::JP Japanese Encodings 2.04 metacpan
Encode::JP::H2Z internally used by Encode::JP::2022_JP* 2.02 metacpan
Encode::JP::JIS7 internally used by Encode::JP 2.08 metacpan
Encode::KR Korean Encodings 2.03 metacpan
Encode::KR::2022_KR internally used by Encode::KR 2.04 metacpan
Encode::MIME::Header MIME encoding for an unstructured email header 2.28 metacpan
Encode::MIME::Header::ISO_2022_JP 1.09 metacpan
Encode::MIME::Name 1.03 metacpan
Encode::Symbol Symbol Encodings 2.02 metacpan
Encode::TW Taiwan-based Chinese Encodings 2.03 metacpan
Encode::Unicode Various Unicode Transformation Formats 2.18 metacpan
Encode::Unicode::UTF7 UTF-7 encoding 2.10 metacpan
encoding allows you to write your script in non-ASCII and non-UTF-8 3.00 metacpan

Provides

Name File View
Encode::UTF_EBCDIC Encode.pm metacpan
Encode::XS 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
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
Symbol/Makefile.PL metacpan
TW/Makefile.PL metacpan
Unicode/Makefile.PL metacpan