GH 0.69 Latest
Kwalitee Issues
- 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:
- MANIFEST (162) does not match dist (161):
- Missing in Dist: MANIFEST.bak
- 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.
- 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: GH/Align/Align.pm, GH/EditOp/EditOp.pm, GH/Msp/Msp.pm, GH/MspTools/MspTools.pm, GH/Sim4/Sim4.pm, GH/Status/Status.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_abstract_stub_in_pod
-
Modify the stub. You might need to modify other stubs (for name, synopsis, license, etc) as well.
Error: GH::Status
- 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_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
GH::Align | a perl package for doing alignments | 0.01 | metacpan |
GH::EditOp | A simple perl object (implemented in C) that represents various edit operations used in sequence alignments. | 0.01 | metacpan |
GH::Msp | A simple perl object (implemented in C) that represents a maximal segment pair. | 0.01 | metacpan |
GH::MspTools | a perl package for doing "amazing" tricks with MSPs. | 0.01 | metacpan |
GH::Sim4 | a perl XS encapsulation of the Sim4 alignment tool: | 0.01 | metacpan |
GH::Status | Perl extension for blah blah blah | 0.01 | metacpan |
Other Files
GH/Align/Makefile.PL | metacpan |
GH/EditOp/Makefile.PL | metacpan |
GH/Makefile.PL | metacpan |
GH/Msp/Makefile.PL | metacpan |
GH/MspTools/Makefile.PL | metacpan |
GH/Sim4/Makefile.PL | metacpan |
GH/Status/Makefile.PL | metacpan |
MANIFEST | metacpan |
META.json | metacpan |
META.yml | metacpan |
Makefile.PL | metacpan |
README | metacpan |
utils/Makefile.PL | metacpan |