Kwalitee Issues

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_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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: Prospect::CBT::Exceptions

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Bio::AlignIO
  • Bio::Seq
  • Bio::Structure::Entry
  • Bio::Structure::IO
  • Bio::Symbol::ProteinAlphabet
  • CBT::Exception
  • Error
  • IO::Scalar
  • IO::String
  • SOAP::Lite
  • XML::Simple

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: Prospect-0.92/Prospect/CBT/Exception.pm -- Around line 49: =back doesn't take any parameters, but you said =back 4

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: Prospect/CBT/debug.pm, Prospect/CBT/Exception.pm, Prospect/Align.pm, Prospect/CBT/Exceptions.pm, Prospect/Client.pm, Prospect/File.pm, Prospect/Init.pm, Prospect/LocalClient.pm, Prospect/Options.pm, Prospect/Exceptions.pm, Prospect/SoapClient.pm, Prospect/SoapServer.pm, Prospect/Thread.pm, Prospect/ThreadSummary.pm, Prospect/utilities.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.

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: Prospect::Align, Prospect::CBT::Exceptions, Prospect::Thread, Prospect::ThreadSummary

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Bio::SeqIO
  • Bio::Structure::IO

no_invalid_versions

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

Error:

  • Prospect/CBT/Exception.pm: HASH(0x55c8d29071b0)
  • Prospect/CBT/debug.pm: HASH(0x55c8d23e11f8)

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.08,1.09,1.11,1.14,1.15,1.26,1.30

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
CBT::debug metacpan
Prospect::Align Package for overlaying multiple Prospect alignments 1.14 metacpan
Prospect::Client base class for Prospect::LocalClient and Prospect::SoapClient. S<$Id: Client.pm,v 1.15 2003/11/07 00:46:38 cavs Exp $> 1.15 metacpan
Prospect::File interface to Prospect Files 1.14 metacpan
Prospect::Init initialization parameters for Prospect:: $Id: Init.pm,v 1.9 2003/11/10 22:39:43 cavs Exp $ 1.09 metacpan
Prospect::LocalClient execute Prospect locally $Id: LocalClient.pm,v 1.30 2003/11/07 18:42:42 cavs Exp $ 1.30 metacpan
Prospect::Options Package for representing options 1.08 metacpan
Prospect::RuntimeError 1.11 metacpan
Prospect::SoapClient execute Prospect remotely $Id: SoapClient.pm,v 1.11 2003/11/04 01:01:32 cavs Exp $ 1.11 metacpan
Prospect::SoapServer execute Prospect locally $Id: SoapServer.pm,v 1.9 2003/11/04 01:01:32 cavs Exp $ 1.09 metacpan
Prospect::Thread Representation of a Prospect thread. 1.26 metacpan
Prospect::ThreadSummary Distilled version of a Prospect::Thread 1.14 metacpan
Prospect::utilities miscellaneous utilities for Prospect S<$Id: utilities.pm,v 1.9 2003/11/04 01:01:33 cavs Exp $> 1.09 metacpan

Provides

Name File View
CBT::Exception Prospect/CBT/Exception.pm metacpan
Prospect::BadUsage Prospect/Exceptions.pm metacpan
Prospect::Exception Prospect/Exceptions.pm metacpan
Prospect::SequenceTooLarge Prospect/Exceptions.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan