Kwalitee Issues

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

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

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

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: Parley::Contributors, Parley::Model::ParleyDB, Parley::View::Plain, Parley::View::TT

no_invalid_versions

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

Error:

  • lib/Parley/App/Communication/Email.pm: HASH(0x55607c2baad0)
  • lib/Parley/App/DFV.pm: HASH(0x55607caa3558)
  • lib/Parley/App/DateTime.pm: HASH(0x55607cb08050)
  • lib/Parley/App/Error.pm: HASH(0x55607caa3780)
  • lib/Parley/App/I18N.pm: HASH(0x55607cb083f8)
  • lib/Parley/App/Notification.pm: HASH(0x55607c237820)
  • lib/Parley/App/Terms.pm: HASH(0x55607b8b2fb8)
  • lib/Parley/Contributors.pm: HASH(0x55607cab1af8)
  • lib/Parley/Controller/Admin.pm: HASH(0x55607cab21d0)
  • lib/Parley/Controller/Forum.pm: HASH(0x55607cb48be0)
  • lib/Parley/Controller/Help.pm: HASH(0x55607cafd408)
  • lib/Parley/Controller/My.pm: HASH(0x55607cad82d8)
  • lib/Parley/Controller/Post.pm: HASH(0x55607cafca90)
  • lib/Parley/Controller/Root.pm: HASH(0x55607cae2108)
  • lib/Parley/Controller/Search.pm: HASH(0x55607cb65188)
  • lib/Parley/Controller/Site.pm: HASH(0x55607cb02498)
  • lib/Parley/Controller/Terms.pm: HASH(0x55607cb0dc78)
  • lib/Parley/Controller/Thread.pm: HASH(0x55607cabb040)
  • lib/Parley/Controller/User.pm: HASH(0x55607cb13ee0)
  • lib/Parley/Controller/User/LostPassword.pm: HASH(0x55607cb5c240)
  • lib/Parley/Controller/User/SignUp.pm: HASH(0x55607caa8eb8)
  • lib/Parley/Model/ParleyDB.pm: HASH(0x55607cb236d8)
  • lib/Parley/ResultSet/Forum.pm: HASH(0x55607cb14af8)
  • lib/Parley/ResultSet/IpBan.pm: HASH(0x55607caa92f0)
  • lib/Parley/ResultSet/IpBanType.pm: HASH(0x55607cb3eb18)
  • lib/Parley/ResultSet/Person.pm: HASH(0x55607caa3570)
  • lib/Parley/ResultSet/Post.pm: HASH(0x55607b7d6a00)
  • lib/Parley/ResultSet/Role.pm: HASH(0x55607b8ff898)
  • lib/Parley/ResultSet/Terms.pm: HASH(0x55607a308af0)
  • lib/Parley/ResultSet/Thread.pm: HASH(0x55607b8ffa90)
  • lib/Parley/ResultSet/ThreadView.pm: HASH(0x55607b8ee580)
  • lib/Parley/Schema.pm: HASH(0x55607cb2fd88)
  • lib/Parley/Schema/AdminAction.pm: HASH(0x55607c1a2fa0)
  • lib/Parley/Schema/Authentication.pm: HASH(0x55607a310818)
  • lib/Parley/Schema/EmailQueue.pm: HASH(0x55607c2c1198)
  • lib/Parley/Schema/Forum.pm: HASH(0x55607cb57998)
  • lib/Parley/Schema/ForumModerator.pm: HASH(0x55607cb65008)
  • lib/Parley/Schema/IpBan.pm: HASH(0x55607cb483d0)
  • lib/Parley/Schema/IpBanType.pm: HASH(0x55607cb2fb48)
  • lib/Parley/Schema/LogAdminAction.pm: HASH(0x55607cb19938)
  • lib/Parley/Schema/PasswordReset.pm: HASH(0x55607cabb5e0)
  • lib/Parley/Schema/Person.pm: HASH(0x55607b83b388)
  • lib/Parley/Schema/Post.pm: HASH(0x55607cac0d00)
  • lib/Parley/Schema/Preference.pm: HASH(0x55607c237ca0)
  • lib/Parley/Schema/PreferenceTimeString.pm: HASH(0x55607cacfea8)
  • lib/Parley/Schema/RegistrationAuthentication.pm: HASH(0x55607caa3318)
  • lib/Parley/Schema/Role.pm: HASH(0x55607cb19050)
  • lib/Parley/Schema/Terms.pm: HASH(0x55607caa9590)
  • lib/Parley/Schema/TermsAgreed.pm: HASH(0x55607cac0a78)
  • lib/Parley/Schema/Thread.pm: HASH(0x55607caca700)
  • lib/Parley/Schema/ThreadView.pm: HASH(0x55607cae73c0)
  • lib/Parley/Schema/UserRole.pm: HASH(0x55607caa3108)
  • lib/Parley/View/Plain.pm: HASH(0x55607cad04d8)
  • lib/Parley/View/TT.pm: HASH(0x55607c2af410)
  • lib/Text/Search/SQL.pm: HASH(0x55607cad86f8)

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.000002,1.000001

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
Parley Message board / forum application 1.000001 metacpan
Parley::App::Communication::Email email helper functions metacpan
Parley::App::DFV Functions used with Data::FormValidator metacpan
Parley::App::DateTime metacpan
Parley::App::Error metacpan
Parley::App::I18N i18n helper functions metacpan
Parley::App::Notification notification helper functions metacpan
Parley::App::Terms metacpan
Parley::Contributors people that helped out along the way metacpan
Parley::Controller::Admin Catalyst Controller metacpan
Parley::Controller::Forum Catalyst Controller metacpan
Parley::Controller::Help Catalyst Controller metacpan
Parley::Controller::My Catalyst Controller metacpan
Parley::Controller::Post Catalyst Controller metacpan
Parley::Controller::Root Root Controller for Parley metacpan
Parley::Controller::Search Catalyst Controller metacpan
Parley::Controller::Site Catalyst Controller metacpan
Parley::Controller::Terms Catalyst Controller metacpan
Parley::Controller::Thread Catalyst Controller metacpan
Parley::Controller::User Catalyst Controller metacpan
Parley::Controller::User::LostPassword metacpan
Parley::Controller::User::SignUp metacpan
Parley::Model::ParleyDB Catalyst DBIC Schema Model metacpan
Parley::ResultSet::Forum metacpan
Parley::ResultSet::IpBan metacpan
Parley::ResultSet::IpBanType metacpan
Parley::ResultSet::Person metacpan
Parley::ResultSet::Post metacpan
Parley::ResultSet::Role metacpan
Parley::ResultSet::Terms metacpan
Parley::ResultSet::Thread metacpan
Parley::ResultSet::ThreadView metacpan
Parley::Schema metacpan
Parley::Schema::AdminAction metacpan
Parley::Schema::Authentication metacpan
Parley::Schema::EmailQueue metacpan
Parley::Schema::Forum metacpan
Parley::Schema::ForumModerator metacpan
Parley::Schema::IpBan metacpan
Parley::Schema::IpBanType metacpan
Parley::Schema::LogAdminAction metacpan
Parley::Schema::PasswordReset metacpan
Parley::Schema::Person metacpan
Parley::Schema::Post metacpan
Parley::Schema::Preference metacpan
Parley::Schema::PreferenceTimeString metacpan
Parley::Schema::RegistrationAuthentication metacpan
Parley::Schema::Role metacpan
Parley::Schema::Terms metacpan
Parley::Schema::TermsAgreed metacpan
Parley::Schema::Thread metacpan
Parley::Schema::ThreadView metacpan
Parley::Schema::UserRole metacpan
Parley::Version The Parley project-wide version number 1.000001 metacpan
Parley::View::Plain Catalyst TT View metacpan
Parley::View::TT Catalyst TT View metacpan
Template::Plugin::ForumCode class for "ForumCode" filter 0.000002 metacpan
Text::Search::SQL split search terms into something that can be used with DBIx::Class or SQL::Abstract metacpan

Other Files

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