Parse-Nibbler 0.20 Deleted

Kwalitee Issues

has_meta_yml

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

no_symlinks

Remove the symlinks from the distribution.

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.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error: Cannot find MANIFEST in dist.

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: Nibbler/Nibbler.pm, Nibbler/t/VerilogGrammar.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.

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:
  • Constant
  • Variable
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.01,0.20

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Parse::Nibbler Parsing HUGE files a little bit at a time. 0.20 metacpan
VerilogGrammar Parsing HUGE gate level verilog files a little bit at a time. 0.01 metacpan

Provides

Name File View
BitSelect Nibbler/t/VerilogGrammar.pm metacpan
ComplexIdentifier Nibbler/t/VerilogGrammar.pm metacpan
Concatenation Nibbler/t/VerilogGrammar.pm metacpan
Constant Nibbler/t/VerilogGrammar.pm metacpan
Description Nibbler/t/VerilogGrammar.pm metacpan
InstanceName Nibbler/t/VerilogGrammar.pm metacpan
ModuleDeclaration Nibbler/t/VerilogGrammar.pm metacpan
ModuleInstance Nibbler/t/VerilogGrammar.pm metacpan
ModuleInstantiation Nibbler/t/VerilogGrammar.pm metacpan
ModuleItem Nibbler/t/VerilogGrammar.pm metacpan
ModuleName Nibbler/t/VerilogGrammar.pm metacpan
ModulePortConnections Nibbler/t/VerilogGrammar.pm metacpan
ModulePortList Nibbler/t/VerilogGrammar.pm metacpan
NamedPortConnections Nibbler/t/VerilogGrammar.pm metacpan
NamedPortConnector Nibbler/t/VerilogGrammar.pm metacpan
OrderedPortConnections Nibbler/t/VerilogGrammar.pm metacpan
Parse::Nibbler::Attempt Nibbler/Nibbler.pm metacpan
Parse::Nibbler::CommaSeparatedList Nibbler/Nibbler.pm metacpan
Parse::Nibbler::CommaSeparatedVoidableList Nibbler/Nibbler.pm metacpan
Parse::Nibbler::OneOrMore Nibbler/Nibbler.pm metacpan
Parse::Nibbler::Optional Nibbler/Nibbler.pm metacpan
Parse::Nibbler::ZeroOrMore Nibbler/Nibbler.pm metacpan
Parser::Nibbler::Marker Nibbler/Nibbler.pm metacpan
Parser::Nibbler::Prefix Nibbler/Nibbler.pm metacpan
PortConnector Nibbler/t/VerilogGrammar.pm metacpan
PortDirectionDeclaration Nibbler/t/VerilogGrammar.pm metacpan
PortItem Nibbler/t/VerilogGrammar.pm metacpan
Signal Nibbler/t/VerilogGrammar.pm metacpan
SimpleIdentifier Nibbler/t/VerilogGrammar.pm metacpan
SourceText Nibbler/t/VerilogGrammar.pm metacpan
Variable Nibbler/t/VerilogGrammar.pm metacpan

Other Files

Nibbler/MANIFEST metacpan
Nibbler/Makefile.PL metacpan