Security Advisories

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: 'Module::Signature' for 'Digest' is not a valid version. (recommends -> Digest) [Validation: 1.4]

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: myldr/Dynamic.pm, myldr/Static.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: 0.03,0.91,0.958,0.975,0.992,1.009

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
App::Packer::PAR Pack applications in a single executable file 0.91 metacpan
PAR::Filter Input filter for PAR 0.03 metacpan
PAR::Filter::Bleach Bleach filter metacpan
PAR::Filter::Bytecode Bytecode filter metacpan
PAR::Filter::Obfuscate Obfuscating filter metacpan
PAR::Filter::PatchContent Content patcher metacpan
PAR::Filter::PodStrip POD-stripping filter metacpan
PAR::Packer PAR Packager 1.009 metacpan
PAR::StrippedPARL::Base Base class for the PARL data packages 0.975 metacpan
PAR::StrippedPARL::Dynamic Data package containing a dynamic PARL 0.958 metacpan
PAR::StrippedPARL::Static Data package containing a static PARL 0.958 metacpan
pp PAR Packager 0.992 metacpan

Other Files

ChangeLog metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
myldr/Makefile.PL metacpan