Test-WWW-Selenium 0.24
Kwalitee Issues
- 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
- 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.24/lib/WWW/Selenium.pm -- Around line 471: Expected '=item *' Around line 487: Expected '=item *' Around line 503: Expected '=item *' Around line 519: Expected '=item *' Around line 535: Expected '=item *' Around line 551: Expected '=item *' Around line 565: Expected '=item *' Around line 580: Expected '=item *' Around line 599: Expected '=item *' Around line 613: Expected '=item *' Around line 627: Expected '=item *' Around line 717: Expected '=item *' Around line 734: Expected '=item *' Around line 751: Expected '=item *' Around line 766: Expected '=item *' Around line 789: Expected '=item *' Around line 805: Expected '=item *' Around line 820: Expected '=item *' Around line 836: Expected '=item *' Around line 851: Expected '=item *' Around line 864: Expected '=item *' Around line 877: Expected '=item *' Around line 891: Expected '=item *' Around line 909: Expected '=item *' Around line 927: Expected '=item *' Around line 945: Expected '=item *' Around line 968: Expected '=item *' Around line 1000: Expected '=item *' Around line 1024: Expected '=item *' Around line 1037: Expected '=item *' Around line 1052: Expected '=item *' Around line 1065: Expected '=item *' Around line 1078: Expected '=item *' Around line 1094: Expected '=item *' Around line 1111: Expected '=item *' Around line 1135: Expected '=item *' Around line 1149: Expected '=item *' Around line 1164: Expected '=item *' Around line 1182: Expected '=item *' Around line 1196: Expected '=item *' Around line 1210: Expected '=item *' Around line 1224: Expected '=item *' Around line 1238: Expected '=item *' Around line 1252: Expected '=item *' Around line 1270: Expected '=item *' Around line 1285: Expected '=item *' Around line 1301: Expected '=item *' Around line 1317: Expected '=item *' Around line 1333: Expected '=item *' Around line 1347: Expected '=item *' Around line 1363: Expected '=item *' Around line 1382: Expected '=item *' Around line 1404: Expected '=item *' Around line 1422: Expected '=item *' Around line 1445: Expected '=item *' Around line 1463: Expected '=item *' Around line 1494: 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
- 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.22,0.24
- 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.