Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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: B::Asm5.005002, B::Asm5.005003, B::Asm5.005004, B::Asm5.005005, B::Asm5.005008, B::Asm5.006000, B::Asm5.006001, B::Asm5.006001RC1, B::Asm5.006002, B::Asm5.008000, B::Asm5.008001, B::Asm5.008002, B::Asm5.008003, B::Asm5.008004, B::Asm5.008005, B::Asm5.008006, B::Asm5.008007, B::Asm5.008008, B::Asm5.008009, B::Asmdata, B::Stash, ByteLoader

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.

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: ByteLoader/BcVersions/Asm5.005002.pm, ByteLoader/BcVersions/Asm5.005003.pm, ByteLoader/BcVersions/Asm5.005004.pm, ByteLoader/BcVersions/Asm5.005005.pm, ByteLoader/BcVersions/Asm5.005008.pm, ByteLoader/BcVersions/Asm5.006000.pm, ByteLoader/BcVersions/Asm5.006001.pm, ByteLoader/BcVersions/Asm5.006001RC1.pm, ByteLoader/BcVersions/Asm5.006002.pm, ByteLoader/BcVersions/Asm5.008000.pm, ByteLoader/BcVersions/Asm5.008001.pm, ByteLoader/BcVersions/Asm5.008002.pm, ByteLoader/BcVersions/Asm5.008003.pm, ByteLoader/BcVersions/Asm5.008004.pm, ByteLoader/BcVersions/Asm5.008005.pm, ByteLoader/BcVersions/Asm5.008006.pm, ByteLoader/BcVersions/Asm5.008007.pm, ByteLoader/BcVersions/Asm5.008008.pm, ByteLoader/BcVersions/Asm5.008009.pm, ByteLoader/ByteLoader.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: B::Asm5.005002, B::Asm5.005003, B::Asm5.005004, B::Asm5.005005, B::Asm5.005008, B::Asm5.006000, B::Asm5.006001, B::Asm5.006001RC1, B::Asm5.006002, B::Asm5.008000, B::Asm5.008001, B::Asm5.008002, B::Asm5.008003, B::Asm5.008004, B::Asm5.008005, B::Asm5.008006, B::Asm5.008007, B::Asm5.008008, B::Asm5.008009, B::Asmdata, B::Assembler, B::Bblock, B::Bytecode, B::C, B::CC, B::Disassembler, B::Stackobj, B::Stash, ByteLoader

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.07,0.08,1.00,1.01,1.03,1.06

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
B::Asmdata Autogenerated data about Perl ops, used to generate bytecode 1.03 metacpan
B::Assembler Assemble Perl bytecode 0.08 metacpan
B::Bblock Walk basic blocks 1.03 metacpan
B::Bytecode Perl compiler's bytecode backend 1.03 metacpan
B::C Perl compiler's C backend 1.06 metacpan
B::CC Perl compiler's optimized C translation backend 1.01 metacpan
B::Disassembler Disassemble Perl bytecode 1.06 metacpan
B::Stackobj Helper module for CC backend 1.00 metacpan
B::Stash show what stashes are loaded 1.00 metacpan
ByteLoader load byte compiled perl code 0.07 metacpan

Provides

Name File View
B::C::InitSection lib/B/C.pm metacpan
B::C::Section lib/B/C.pm metacpan
B::Disassembler::BytecodeStream lib/B/Disassembler.pm metacpan
B::FAKEOP lib/B/C.pm metacpan
B::Pseudoreg lib/B/CC.pm metacpan
B::Shadow lib/B/CC.pm metacpan

Other Files

ByteLoader/Makefile.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.alpha metacpan