Test-WWW-Selenium 0.20 Deleted
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- no_broken_module_install
-
Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- no_broken_auto_install
-
Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- 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.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- HTTP::Request
- LWP::UserAgent
- Test::LongString
- URI::Escape
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Test-WWW-Selenium-0.20/lib/WWW/Selenium.pm -- Around line 371: Expected '=item *' Around line 387: Expected '=item *' Around line 403: Expected '=item *' Around line 419: Expected '=item *' Around line 435: Expected '=item *' Around line 451: Expected '=item *' Around line 465: Expected '=item *' Around line 480: Expected '=item *' Around line 499: Expected '=item *' Around line 513: Expected '=item *' Around line 527: Expected '=item *' Around line 617: Expected '=item *' Around line 634: Expected '=item *' Around line 651: Expected '=item *' Around line 666: Expected '=item *' Around line 686: Expected '=item *' Around line 702: Expected '=item *' Around line 719: Expected '=item *' Around line 734: Expected '=item *' Around line 747: Expected '=item *' Around line 761: Expected '=item *' Around line 784: Expected '=item *' Around line 816: Expected '=item *' Around line 840: Expected '=item *' Around line 853: Expected '=item *' Around line 868: Expected '=item *' Around line 881: Expected '=item *' Around line 894: Expected '=item *' Around line 910: Expected '=item *' Around line 927: Expected '=item *' Around line 948: Expected '=item *' Around line 962: Expected '=item *' Around line 977: Expected '=item *' Around line 995: Expected '=item *' Around line 1009: Expected '=item *' Around line 1023: Expected '=item *' Around line 1037: Expected '=item *' Around line 1051: Expected '=item *' Around line 1065: Expected '=item *' Around line 1079: Expected '=item *' Around line 1093: Expected '=item *' Around line 1110: Expected '=item *' Around line 1125: Expected '=item *' Around line 1140: Expected '=item *' Around line 1155: Expected '=item *' Around line 1171: Expected '=item *' Around line 1187: Expected '=item *' Around line 1203: Expected '=item *' Around line 1225: Expected '=item *' Around line 1243: Expected '=item *' Around line 1266: Expected '=item *' Around line 1284: Expected '=item *' Around line 1315: You forgot a '=back' before '=head1'
- 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.
- 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: Test::WWW::Selenium
- 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.