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.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

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.

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: OnSearch::AppConfig, OnSearch::URL

main_module_version_matches_dist_version

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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: onsearch-0.99/lib/OnSearch/StringSearch/StringSearch.pm -- Around line 116: Non-ASCII character seen before =encoding in '©'. Assuming CP1252

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: OnSearch::AppConfig, OnSearch::OnSearchIO::OnSearchIO, OnSearch::URL

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/OnSearch/CGIQuery.pm: HASH(0x55c8d55b8050)
  • lib/OnSearch/Regex.pm: HASH(0x55c8d49edae8)
  • lib/OnSearch/UI.pm: HASH(0x55c8d4bd46e8)
  • lib/OnSearch/Utils.pm: HASH(0x55c8d599c690)
  • lib/OnSearch/WebLog.pm: HASH(0x55c8d52805a0)

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.001,0.01,1,1.7

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
OnSearch Perl libraries for OnSearch search engine. 0.001 metacpan
OnSearch::AppConfig Configuration library for OnSearch search engine. metacpan
OnSearch::CGIQuery CGI library for OnSearch. metacpan
OnSearch::Cache Cacheing library for OnSearch. 1 metacpan
OnSearch::Regex Construct search and display regular expressions. metacpan
OnSearch::Results Collect and display results of searches. 1 metacpan
OnSearch::Search Search library module. 1 metacpan
OnSearch::UI metacpan
OnSearch::URL 1 metacpan
OnSearch::Utils metacpan
OnSearch::VFile OnSearch virtual file library. 0.01 metacpan
OnSearch::WebClient 1.7 metacpan
OnSearch::WebLog metacpan

Provides

Name File View
OnSearch::Base64 lib/OnSearch/Base64/Base64.pm metacpan
OnSearch::StringSearch lib/OnSearch/StringSearch/StringSearch.pm metacpan
OnSearch::WebBot lib/OnSearch/WebClient.pm metacpan
PerlIO::OnSearchIO lib/OnSearch/OnSearchIO/OnSearchIO.pm metacpan

Other Files

README metacpan
lib/Makefile.PL metacpan
lib/OnSearch/Base64/Makefile.PL metacpan
lib/OnSearch/Makefile.PL metacpan
lib/OnSearch/OnSearchIO/Makefile.PL metacpan
lib/OnSearch/StringSearch/Makefile.PL metacpan