Gherkin 3.2.0001_1-TRIAL Deleted
Kwalitee Issues
- 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.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Gherkin, Gherkin::Generated::Languages, Gherkin::Parser
- 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.
- 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: Gherkin, Gherkin::Generated::Languages, Gherkin::Parser
- 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.
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Gherkin | a parser and compiler for the Gherkin language | 3.2.0001_1 | metacpan |
Gherkin::AstBuilder | 3.2.0001_1 | metacpan | |
Gherkin::AstNode | 3.2.0001_1 | metacpan | |
Gherkin::Dialect | 3.2.0001_1 | metacpan | |
Gherkin::Exceptions | 3.2.0001_1 | metacpan | |
Gherkin::Generated::Languages | 3.2.0001_1 | metacpan | |
Gherkin::Generated::Parser | 3.2.0001_1 | metacpan | |
Gherkin::Line | 3.2.0001_1 | metacpan | |
Gherkin::Parser | 3.2.0001_1 | metacpan | |
Gherkin::ParserBase | 3.2.0001_1 | metacpan | |
Gherkin::ParserContext | 3.2.0001_1 | metacpan | |
Gherkin::Pickles::Compiler | 3.2.0001_1 | metacpan | |
Gherkin::Token | 3.2.0001_1 | metacpan | |
Gherkin::TokenFormatterBuilder | 3.2.0001_1 | metacpan | |
Gherkin::TokenMatcher | 3.2.0001_1 | metacpan | |
Gherkin::TokenScanner | 3.2.0001_1 | metacpan |
Provides
Name | File | View |
---|---|---|
Gherkin::Exceptions::AstBuilder | lib/Gherkin/Exceptions.pm | metacpan |
Gherkin::Exceptions::CompositeParser | lib/Gherkin/Exceptions.pm | metacpan |
Gherkin::Exceptions::NoSuchLanguage | lib/Gherkin/Exceptions.pm | metacpan |
Gherkin::Exceptions::Parser | lib/Gherkin/Exceptions.pm | metacpan |
Gherkin::Exceptions::SingleParser | lib/Gherkin/Exceptions.pm | metacpan |
Gherkin::Exceptions::UnexpectedEOF | lib/Gherkin/Exceptions.pm | metacpan |
Gherkin::Exceptions::UnexpectedToken | lib/Gherkin/Exceptions.pm | metacpan |