Kwalitee Issues

buildtool_not_executable

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

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: Getopt.pm, Language.pm, Netlist.pm, Netlist/Cell.pm, Netlist/File.pm, Netlist/Module.pm, Netlist/Net.pm, Netlist/Pin.pm, Netlist/Port.pm, Netlist/Subclass.pm, Parse.pm, Parser.pm, Preproc/Preproc.pm, SigParser.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: Verilog::Getopt, Verilog::Language, Verilog::Netlist, Verilog::Netlist::Cell, Verilog::Netlist::File, Verilog::Netlist::Module, Verilog::Netlist::Net, Verilog::Netlist::Pin, Verilog::Netlist::Port, Verilog::Netlist::Subclass, Verilog::Parse, Verilog::Parser, Verilog::Preproc, Verilog::SigParser

consistent_version

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

Error: 2.316,2.380

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
Verilog::Getopt Get Verilog command line options 2.380 metacpan
Verilog::Language Verilog language utilities 2.380 metacpan
Verilog::Netlist Verilog Netlist 2.380 metacpan
Verilog::Netlist::Cell Instantiated cell within a Verilog Netlist 2.380 metacpan
Verilog::Netlist::File File containing Verilog code 2.380 metacpan
Verilog::Netlist::Module Module within a Verilog Netlist 2.380 metacpan
Verilog::Netlist::Net Net for a Verilog Module 2.380 metacpan
Verilog::Netlist::Pin Pin on a Verilog Cell 2.380 metacpan
Verilog::Netlist::Port Port for a Verilog Module 2.380 metacpan
Verilog::Netlist::Subclass Common routines for all classes 2.380 metacpan
Verilog::Parse parse Verilog language files 2.380 metacpan
Verilog::Parser Parse Verilog language files 2.380 metacpan
Verilog::Preproc Preprocess Verilog files 2.316 metacpan
Verilog::SigParser Signal Parsing for Verilog language files 2.380 metacpan

Provides

Name File View
Verilog::Netlist::File::Parser Netlist/File.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
Preproc/Makefile.PL metacpan
Preproc/src/Makefile.PL metacpan
README metacpan