Kwalitee Issues

has_license_in_source_file

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

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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: Coverage.pm, Coverage/Item.pm, Coverage/ItemKey.pm, Netlist.pm, Netlist/AutoCover.pm, Netlist/AutoTrace.pm, Netlist/Cell.pm, Netlist/Class.pm, Netlist/CoverGroup.pm, Netlist/CoverPoint.pm, Netlist/File.pm, Netlist/Method.pm, Netlist/Module.pm, Netlist/Net.pm, Netlist/Pin.pm, Netlist/Port.pm, Parser/Parser.pm, Template.pm

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: SystemC::Coverage, SystemC::Coverage::Item, SystemC::Coverage::ItemKey, SystemC::Netlist, SystemC::Netlist::AutoCover, SystemC::Netlist::AutoTrace, SystemC::Netlist::Cell, SystemC::Netlist::Class, SystemC::Netlist::CoverGroup, SystemC::Netlist::CoverPoint, SystemC::Netlist::File, SystemC::Netlist::Method, SystemC::Netlist::Module, SystemC::Netlist::Net, SystemC::Netlist::Pin, SystemC::Netlist::Port, SystemC::Parser, SystemC::Template

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).

Modules

Name Abstract Version View
SystemC::Coverage Coverage analysis utilities 1.341 metacpan
SystemC::Coverage::Item Coverage analysis item 1.341 metacpan
SystemC::Coverage::ItemKey Coverage analysis item key values 1.341 metacpan
SystemC::Netlist SystemC Netlist 1.341 metacpan
SystemC::Netlist::AutoCover Coverage analysis routines 1.341 metacpan
SystemC::Netlist::AutoTrace Tracing routines 1.341 metacpan
SystemC::Netlist::Cell Cell for a SystemC Module 1.341 metacpan
SystemC::Netlist::Class Class (type) information 1.341 metacpan
SystemC::Netlist::CoverGroup Coverage group routines 1.341 metacpan
SystemC::Netlist::CoverPoint Coverage point routines 1.341 metacpan
SystemC::Netlist::File File containing SystemC code 1.341 metacpan
SystemC::Netlist::Method Methods in a file 1.341 metacpan
SystemC::Netlist::Module Module on a SystemC Cell 1.341 metacpan
SystemC::Netlist::Net Net for a SystemC Module 1.341 metacpan
SystemC::Netlist::Pin Pin on a SystemC Cell 1.341 metacpan
SystemC::Netlist::Port Port for a SystemC Module 1.341 metacpan
SystemC::Parser Parse SystemC Files 1.341 metacpan
SystemC::Template Replace text in a file with new text 1.341 metacpan

Provides

Name File View
SystemC::Netlist::File::Parser Netlist/File.pm metacpan
SystemC::Netlist::PinTemplate Netlist/Pin.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
Parser/Makefile.PL metacpan
README metacpan