Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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.)

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: WWW::Search::Null, WWW::Search::Simple, WWW::SearchResult

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Mon 26 Dec 2005 12:51:52 AM JST gpg: using DSA key 94F50DC72E8EAC13 gpg: Can't check signature: No public key --- SIGNATURE Mon Dec 26 00:51:52 2005 +++ @@ -21,14 +21,14 @@ SHA1 ceb2830fabd99e7275b7cf4218483400904442bc lib/WWW/Search/Null/Count.pm SHA1 2fce78ed320d72edadd36ab9e0efe6a03f079347 lib/WWW/Search/Null/Empty.pm SHA1 717bb19e419ec453e36cd6a9ec263ce78566e09f lib/WWW/Search/Null/Error.pm -SHA1 0f8fee143d1fd0357072c4f860736ca9b9393bc6 lib/WWW/Search/Null/NoVersion.pm +SHA1 c716b8f293a29fc0d88438a02c567e477fa525ae lib/WWW/Search/Null/NoVersion.pm SHA1 28118675f472a3ff44eafd3b3a302ab99cb79560 lib/WWW/Search/Result.pm SHA1 88ee4fd6257ba516899785cd9ede693a4019dcb9 lib/WWW/Search/Simple.pm SHA1 41142b4b37f0f644e6736df1d97ecbca872f44d9 lib/WWW/Search/Test.pm SHA1 bf13f472fa0ad9f6a6935c03b80dcb30874d3f48 lib/WWW/SearchResult.pm SHA1 c5f65ca82d46594df6a212cc82507b81cccedc4b t/0_versions.t -SHA1 5fab1a9086c1af1283d274645eb017636be9319e t/autosearch.t -SHA1 04173db1d9011c925339ec8d93cadf004e6b13be t/pod.t +SHA1 42249685ff26c68375e4e98c488d07c0c1e4d79a t/autosearch.t +SHA1 3ea03d7b342668a6c0230665bcdb4734b59554b6 t/pod.t SHA1 e099b66debb74c42ce70e16e406bb9150d577e81 t/test.t -SHA1 15b583cbd89b8d9cc7dc6cb44baa8dd5d40ca8f9 t/test_parsing.pl +SHA1 d51d5117957d421f3460abd8977f2e2b3ba1338b t/test_parsing.pl SHA1 f53f4c3c0ff0935613871fad1288ecb1fffad5ad t/use.t ==> MISMATCHED content between SIGNATURE and distribution files! <==

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: WWW::Search, WWW::Search::Null, WWW::Search::Null::Count, WWW::Search::Null::Empty, WWW::Search::Null::Error, WWW::Search::Null::NoVersion, WWW::Search::Result, WWW::Search::Simple, WWW::Search::Test, WWW::SearchResult

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.003,1.006,1.008,1.011,2.066,2.268,2.539

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
WWW::Search Virtual base class for WWW searches 2.539 metacpan
WWW::Search::Null metacpan
WWW::Search::Null::Count class for testing WWW::Search clients 1.011 metacpan
WWW::Search::Null::Empty class for testing WWW::Search clients 1.006 metacpan
WWW::Search::Null::Error class for testing WWW::Search clients 1.008 metacpan
WWW::Search::Null::NoVersion class for testing WWW::Search metacpan
WWW::Search::Result class for results returned from WWW::Search 1.003 metacpan
WWW::Search::Simple class for searching any web site metacpan
WWW::Search::Test 2.268 metacpan
WWW::SearchResult class for results returned from WWW::Search 2.066 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan