Kwalitee Issues

has_meta_yml

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

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Archive::Tar
  • Class::Singleton
  • DBI
  • HTML::Entities
  • SPOPS::HashFile
  • SPOPS::SQLInterface
  • SPOPS::Secure
  • SPOPS::Utility

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: OpenInteract-1.07/conf/sample-Stash.pm -- Around line 97: =back without =over

has_meta_json

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

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: OpenInteract/ApacheStartup.pm, OpenInteract/Config.pm, OpenInteract/Config/PerlFile.pm, OpenInteract/DBI.pm, OpenInteract/Error.pm, conf/sample-Handler.pm, OpenInteract/Package.pm, OpenInteract/PackageRepository.pm, OpenInteract/Request.pm, OpenInteract/SPOPS.pm, OpenInteract/SQLInstall.pm, conf/sample-SQLInstall.pm, conf/sample-Stash.pm, OpenInteract/Startup.pm

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: OpenInteract::ApacheStartup, OpenInteract::Config, OpenInteract::Config::PerlFile, OpenInteract::DBI, OpenInteract::Error, OpenInteract::Handler::%%UC_FIRST_NAME%%, OpenInteract::Package, OpenInteract::PackageRepository, OpenInteract::Request, OpenInteract::SPOPS, OpenInteract::SQLInstall, OpenInteract::SQLInstall::%%UC_FIRST_NAME%%, OpenInteract::SampleStash, OpenInteract::Startup

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.01,1.03,1.04,1.05,1.07,1.09,1.11

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.

Modules

Name Abstract Version View
OpenInteract::ApacheStartup Central module to call for initializing an OpenInteract website 1.07 metacpan
OpenInteract::Config centralized configuration information 1.03 metacpan
OpenInteract::Config::PerlFile Subclass OpenInteract::Config to read/write information from/to a perl file 1.03 metacpan
OpenInteract::DBI 1.04 metacpan
OpenInteract::Error Provide central holding location for Interact errors metacpan
OpenInteract::Package Perform actions on individual packages 1.11 metacpan
OpenInteract::PackageRepository Operations to represent, install, remove and otherwise manipulate package repositories. 1.03 metacpan
OpenInteract::Request container for request info and output 1.04 metacpan
OpenInteract::SPOPS Define common behaviors for all SPOPS objects in the OpenInteract Framework 1.05 metacpan
OpenInteract::SQLInstall Dispatcher for installing various SQL data from packages to database 1.09 metacpan
OpenInteract::SampleStash Default stash class and an example of what one looks like 1.01 metacpan
OpenInteract::Startup Bootstrapper that reads in modules, manipulates @INC, etc. 1.07 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan