SystemPerl 1.261 Deleted
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, Netlist.pm, Netlist/AutoCover.pm, Netlist/AutoTrace.pm, Netlist/Cell.pm, Netlist/Class.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::Netlist, SystemC::Netlist::AutoCover, SystemC::Netlist::AutoTrace, SystemC::Netlist::Cell, SystemC::Netlist::Class, 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).
- 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 |
---|---|---|---|
SystemC::Coverage | Coverage analysis utilities | 1.261 | metacpan |
SystemC::Coverage::Item | Coverage analysis item | 1.261 | metacpan |
SystemC::Netlist | SystemC Netlist | 1.261 | metacpan |
SystemC::Netlist::AutoCover | Coverage analysis routines | 1.261 | metacpan |
SystemC::Netlist::AutoTrace | Tracing routines | 1.261 | metacpan |
SystemC::Netlist::Cell | Cell for a SystemC Module | 1.261 | metacpan |
SystemC::Netlist::Class | File containing SystemC code | 1.261 | metacpan |
SystemC::Netlist::File | File containing SystemC code | 1.261 | metacpan |
SystemC::Netlist::Method | Methods in a file | 1.261 | metacpan |
SystemC::Netlist::Module | Module on a SystemC Cell | 1.261 | metacpan |
SystemC::Netlist::Net | Net for a SystemC Module | 1.261 | metacpan |
SystemC::Netlist::Pin | Pin on a SystemC Cell | 1.261 | metacpan |
SystemC::Netlist::Port | Port for a SystemC Module | 1.261 | metacpan |
SystemC::Parser | Parse SystemC Files | 1.261 | metacpan |
SystemC::Template | Replace text in a file with new text | 1.261 | metacpan |