Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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.

no_pod_errors

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

Error: Verilog-Perl-2.220/Language.pm -- Around line 47: You forgot a '=back' before '=head1' Around line 54: '=item' outside of any '=over' Around line 58: You forgot a '=back' before '=head1' Around line 65: '=item' outside of any '=over' Around line 71: You forgot a '=back' before '=head1' Around line 78: '=item' outside of any '=over' Around line 83: You forgot a '=back' before '=head1' Around line 88: '=item' outside of any '=over' Verilog-Perl-2.220/Preproc/Preproc.pm -- Around line 302: '=item' outside of any '=over' Around line 310: You forgot a '=back' before '=head1'

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

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: 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

Modules

Name Abstract Version View
Verilog::Getopt Get Verilog command line options 2.220 metacpan
Verilog::Language Verilog language utilities 2.220 metacpan
Verilog::Netlist Verilog Netlist 2.220 metacpan
Verilog::Netlist::Cell Instantiated cell within a Verilog Netlist 2.220 metacpan
Verilog::Netlist::File File containing Verilog code 2.220 metacpan
Verilog::Netlist::Module Module within a Verilog Netlist 2.220 metacpan
Verilog::Netlist::Net Net for a Verilog Module 2.220 metacpan
Verilog::Netlist::Pin Pin on a Verilog Cell 2.220 metacpan
Verilog::Netlist::Port Port for a Verilog Module 2.220 metacpan
Verilog::Netlist::Subclass Common routines for all classes 2.220 metacpan
Verilog::Parse parse Verilog language files 2.220 metacpan
Verilog::Parser Parse Verilog language files 2.220 metacpan
Verilog::Preproc Preprocess Verilog files Files 2.220 metacpan
Verilog::SigParser Signal Parsing for Verilog language files 2.220 metacpan

Provides

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

Other Files

MANIFEST metacpan
Makefile.PL metacpan
Preproc/Makefile.PL metacpan
Preproc/src/Makefile.PL metacpan
README metacpan