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

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: Parley::Contributors, Parley::Version

main_module_version_matches_dist_version

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

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::Version, 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(0x55607c733ca8)
  • lib/Parley/App/DFV.pm: HASH(0x55607c5f1210)
  • lib/Parley/App/DateTime.pm: HASH(0x55607c245d90)
  • lib/Parley/App/Error.pm: HASH(0x55607c880018)
  • lib/Parley/App/I18N.pm: HASH(0x55607c733e10)
  • lib/Parley/App/Notification.pm: HASH(0x55607c4a4030)
  • lib/Parley/App/Terms.pm: HASH(0x55607c7e4c00)
  • lib/Parley/Contributors.pm: HASH(0x55607c57d5d0)
  • lib/Parley/Controller/Admin.pm: HASH(0x55607c91fcc8)
  • lib/Parley/Controller/Forum.pm: HASH(0x55607c62f6c0)
  • lib/Parley/Controller/Help.pm: HASH(0x55607c246258)
  • lib/Parley/Controller/My.pm: HASH(0x55607c5ffce8)
  • lib/Parley/Controller/Post.pm: HASH(0x55607c789bd8)
  • lib/Parley/Controller/Root.pm: HASH(0x55607c83c530)
  • lib/Parley/Controller/Search.pm: HASH(0x55607c7be1a8)
  • lib/Parley/Controller/Site.pm: HASH(0x55607c772380)
  • lib/Parley/Controller/Terms.pm: HASH(0x55607c91fa58)
  • lib/Parley/Controller/Thread.pm: HASH(0x55607c6a98d0)
  • lib/Parley/Controller/User.pm: HASH(0x55607c7ee0e0)
  • lib/Parley/Controller/User/LostPassword.pm: HASH(0x55607c23c308)
  • lib/Parley/Controller/User/SignUp.pm: HASH(0x55607c6f1aa0)
  • lib/Parley/Model/ParleyDB.pm: HASH(0x55607c691540)
  • lib/Parley/ResultSet/Forum.pm: HASH(0x55607c880300)
  • lib/Parley/ResultSet/IpBan.pm: HASH(0x55607c898e08)
  • lib/Parley/ResultSet/IpBanType.pm: HASH(0x55607c74b860)
  • lib/Parley/ResultSet/Person.pm: HASH(0x55607c2a3510)
  • lib/Parley/ResultSet/Post.pm: HASH(0x55607c7c7658)
  • lib/Parley/ResultSet/Role.pm: HASH(0x55607c617860)
  • lib/Parley/ResultSet/Terms.pm: HASH(0x55607c5f1120)
  • lib/Parley/ResultSet/Thread.pm: HASH(0x55607c24f7d0)
  • lib/Parley/ResultSet/ThreadView.pm: HASH(0x55607c2b17b0)
  • lib/Parley/Schema.pm: HASH(0x55607c724e10)
  • lib/Parley/Schema/AdminAction.pm: HASH(0x55607c59b478)
  • lib/Parley/Schema/Authentication.pm: HASH(0x55607c83bf18)
  • lib/Parley/Schema/EmailQueue.pm: HASH(0x55607c8b60e8)
  • lib/Parley/Schema/Forum.pm: HASH(0x55607c24f020)
  • lib/Parley/Schema/ForumModerator.pm: HASH(0x55607c797fa0)
  • lib/Parley/Schema/IpBan.pm: HASH(0x55607c6915b8)
  • lib/Parley/Schema/IpBanType.pm: HASH(0x55607c2453e8)
  • lib/Parley/Schema/LogAdminAction.pm: HASH(0x55607c833048)
  • lib/Parley/Schema/PasswordReset.pm: HASH(0x55607c7a11a8)
  • lib/Parley/Schema/Person.pm: HASH(0x55607c7cd3c0)
  • lib/Parley/Schema/Post.pm: HASH(0x55607c4b3460)
  • lib/Parley/Schema/Preference.pm: HASH(0x55607c263d60)
  • lib/Parley/Schema/PreferenceTimeString.pm: HASH(0x55607c859220)
  • lib/Parley/Schema/RegistrationAuthentication.pm: HASH(0x55607c7db078)
  • lib/Parley/Schema/Role.pm: HASH(0x55607c7dbb28)
  • lib/Parley/Schema/Terms.pm: HASH(0x55607c771c60)
  • lib/Parley/Schema/TermsAgreed.pm: HASH(0x55607c59b448)
  • lib/Parley/Schema/Thread.pm: HASH(0x55607c87faa8)
  • lib/Parley/Schema/ThreadView.pm: HASH(0x55607c789cb0)
  • lib/Parley/Schema/UserRole.pm: HASH(0x55607c5f0b38)
  • lib/Parley/View/Plain.pm: HASH(0x55607c62fc00)
  • lib/Parley/View/TT.pm: HASH(0x55607c50ff90)
  • lib/Text/Search/SQL.pm: HASH(0x55607c509c28)

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,0.590004

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 0.590004 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::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
README.admin metacpan
README.gravatar metacpan