SystemC-Vregs 0.1 Deleted
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.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: SystemC-Vregs-0.1/Vregs/Bit.pm -- Around line 304: '=item' outside of any '=over' Around line 373: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Define.pm -- Around line 123: '=item' outside of any '=over' Around line 183: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Enum.pm -- Around line 172: '=item' outside of any '=over' Around line 217: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Language.pm -- Around line 381: '=item' outside of any '=over' Around line 447: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Outputs.pm -- Around line 600: '=item' outside of any '=over' Around line 630: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Register.pm -- Around line 147: '=item' outside of any '=over' Around line 206: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Subclass.pm -- Around line 106: '=item' outside of any '=over' Around line 130: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs/Type.pm -- Around line 169: '=item' outside of any '=over' Around line 222: You forgot a '=back' before '=head1' SystemC-Vregs-0.1/Vregs.pm -- Around line 904: You can't have =items (as at line 909) unless the first thing after the =over is an =item
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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: SystemC::Vregs, SystemC::Vregs::Bit, SystemC::Vregs::Define, SystemC::Vregs::Enum, SystemC::Vregs::Language, SystemC::Vregs::Number, SystemC::Vregs::Outputs, SystemC::Vregs::Register, SystemC::Vregs::Rules, SystemC::Vregs::Subclass, SystemC::Vregs::TableExtract, SystemC::Vregs::Type
- 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.1,0.100
- 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::Vregs | 0.1 | metacpan | |
SystemC::Vregs::Bit | Bit object | 0.1 | metacpan |
SystemC::Vregs::Define | Definition object | 0.1 | metacpan |
SystemC::Vregs::Enum | Definition object | 0.1 | metacpan |
SystemC::Vregs::Language | 0.1 | metacpan | |
SystemC::Vregs::Number | Number parsing used by Vregs | 0.100 | metacpan |
SystemC::Vregs::Outputs | Outputting Vregs Code | 0.1 | metacpan |
SystemC::Vregs::Register | Register object | 0.1 | metacpan |
SystemC::Vregs::Rules | Rules for outputting class headers | 0.1 | metacpan |
SystemC::Vregs::Subclass | Common base class | 0.1 | metacpan |
SystemC::Vregs::TableExtract | Superclass of HTML::TableExtract for vregs usage | 0.1 | metacpan |
SystemC::Vregs::Type | Type object | 0.1 | metacpan |
Provides
Name | File | View |
---|---|---|
SystemC::Vregs::Define::Value | Vregs/Define.pm | metacpan |
SystemC::Vregs::Enum::Value | Vregs/Enum.pm | metacpan |
SystemC::Vregs::File | Vregs/Outputs.pm | metacpan |
SystemC::Vregs::Language::Assembler | Vregs/Language.pm | metacpan |
SystemC::Vregs::Language::C | Vregs/Language.pm | metacpan |
SystemC::Vregs::Language::Perl | Vregs/Language.pm | metacpan |
SystemC::Vregs::Language::Verilog | Vregs/Language.pm | metacpan |
Vregs | Vregs.pm | metacpan |