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

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Thu 30 Apr 2009 06:26:09 AM JST gpg: using DSA key 8788FBC53885BB11 gpg: Can't check signature: No public key --- SIGNATURE Thu Apr 30 06:27:05 2009 +++ @@ -706,7 +706,7 @@ SHA1 f55f64c6f0eb248e86c1b3ee5c083da74c07c88d root/static/yui/datasource/datasource-min.js SHA1 2d373234ec05314ba2efcff439af7d3d49a5bff3 root/static/yui/datasource/datasource.js SHA1 4b7678eae7683a012746aea14d6e14c6e6ad28de root/static/yui/datatable/assets/datatable-core.css -SHA1 19d0fec9737582e1536b53bf95fb3bbe1a152ae0 root/static/yui/datatable/assets/datatable.css +SHA1 a9c9ea688dadd0ca57db195060f32afcabe8502f root/static/yui/datatable/assets/datatable.css SHA1 1a1c6e28c38eb9a92a52cdc093aa26b16e66f409 root/static/yui/datatable/assets/skins/sam/datatable-skin.css SHA1 2bc7ef00447f66d6d8b5ee22cf61a8cde39ca81a root/static/yui/datatable/assets/skins/sam/datatable.css SHA1 82a6f51f2971598334571649a4f35473d9f4a123 root/static/yui/datatable/assets/skins/sam/dt-arrow-dn.png @@ -772,9 +772,9 @@ SHA1 9e9b1b96fba4e764f099bbb9d4af9a3a1a81f8ab root/static/yui/layout/layout-debug.js SHA1 fd748e2c3c5508d79bd135ef617160cfb0a519d7 root/static/yui/layout/layout-min.js SHA1 e16e0d76813405fe46cc45380af352d3de9f8276 root/static/yui/layout/layout.js -SHA1 04919af33aa3e9a538dcc0de819f41917ad94508 root/static/yui/logger/assets/logger-core.css -SHA1 4903c69387b92a82bbe9ad4a4c810ef1186c98b1 root/static/yui/logger/assets/logger.css -SHA1 6b26a43ad5c1b0d1781cee2530287644148815aa root/static/yui/logger/assets/skins/sam/logger-skin.css +SHA1 d2fb12b453fc33421d6f874dc39dabf0684057b9 root/static/yui/logger/assets/logger-core.css +SHA1 370ddc0b4526ac1d86f416a16a48852dcba21d54 root/static/yui/logger/assets/logger.css +SHA1 4d8b556052d9e467a1b1dde4bd3bbd4f9703adc2 root/static/yui/logger/assets/skins/sam/logger-skin.css SHA1 91a1a28c8680cb5a9a1804b13dd4dfdcb24141b0 root/static/yui/logger/assets/skins/sam/logger.css SHA1 442af1fd2c05589d7035ee43fa417a4e19dd34a3 root/static/yui/logger/logger-debug.js SHA1 c703503ae3da9fd612ab3a42af08591b000ab8d6 root/static/yui/logger/logger-min.js ==> MISMATCHED content between SIGNATURE and distribution files! <==

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.

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: t_aggregate/schematests/SchemaTest.pm

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

no_invalid_versions

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

Error:

  • lib/Parley/App/Communication/Email.pm: HASH(0x5629bf523750)
  • lib/Parley/App/DFV.pm: HASH(0x5629bfedc848)
  • lib/Parley/App/DateTime.pm: HASH(0x5629bfedd3b8)
  • lib/Parley/App/Error.pm: HASH(0x5629bfa686a8)
  • lib/Parley/App/I18N.pm: HASH(0x5629bf62eed8)
  • lib/Parley/App/Notification.pm: HASH(0x5629bfe7c648)
  • lib/Parley/App/Terms.pm: HASH(0x5629bfc2f770)
  • lib/Parley/Contributors.pm: HASH(0x5629bfedc3e8)
  • lib/Parley/Controller/Admin.pm: HASH(0x5629bf70a988)
  • lib/Parley/Controller/Forum.pm: HASH(0x5629bf62f3d0)
  • lib/Parley/Controller/Help.pm: HASH(0x5629bfe7cd60)
  • lib/Parley/Controller/My.pm: HASH(0x5629bfe85360)
  • lib/Parley/Controller/Post.pm: HASH(0x5629bf2873e0)
  • lib/Parley/Controller/Root.pm: HASH(0x5629bfe7be98)
  • lib/Parley/Controller/Search.pm: HASH(0x5629bfedfdd0)
  • lib/Parley/Controller/Site.pm: HASH(0x5629bf8bbd88)
  • lib/Parley/Controller/Terms.pm: HASH(0x5629bfedc818)
  • lib/Parley/Controller/Thread.pm: HASH(0x5629bf475340)
  • lib/Parley/Controller/User.pm: HASH(0x5629bf611090)
  • lib/Parley/Controller/User/LostPassword.pm: HASH(0x5629bf62add0)
  • lib/Parley/Controller/User/SignUp.pm: HASH(0x5629bfe819d0)
  • lib/Parley/ControllerBase/FormValidation.pm: HASH(0x5629bfdf0a80)
  • lib/Parley/Model/ParleyDB.pm: HASH(0x5629bfc2f8c0)
  • lib/Parley/ResultSet/Forum.pm: HASH(0x5629bf62ce18)
  • lib/Parley/ResultSet/IpBan.pm: HASH(0x5629bfbee498)
  • lib/Parley/ResultSet/IpBanType.pm: HASH(0x5629bf3042c0)
  • lib/Parley/ResultSet/Person.pm: HASH(0x5629bff2ad88)
  • lib/Parley/ResultSet/Post.pm: HASH(0x5629bfe80b20)
  • lib/Parley/ResultSet/Role.pm: HASH(0x5629bfedd1c0)
  • lib/Parley/ResultSet/Terms.pm: HASH(0x5629bf62b340)
  • lib/Parley/ResultSet/Thread.pm: HASH(0x5629bf62c130)
  • lib/Parley/ResultSet/ThreadView.pm: HASH(0x5629bfe82da8)
  • lib/Parley/Schema.pm: HASH(0x5629be0dab18)
  • lib/Parley/Schema/AdminAction.pm: HASH(0x5629bfdf0ee8)
  • lib/Parley/Schema/Authentication.pm: HASH(0x5629bfe805b8)
  • lib/Parley/Schema/EmailQueue.pm: HASH(0x5629bfa68708)
  • lib/Parley/Schema/Forum.pm: HASH(0x5629bfedc908)
  • lib/Parley/Schema/ForumModerator.pm: HASH(0x5629bfdf0a08)
  • lib/Parley/Schema/IpBan.pm: HASH(0x5629bfa98460)
  • lib/Parley/Schema/IpBanType.pm: HASH(0x5629bf62f9e8)
  • lib/Parley/Schema/LogAdminAction.pm: HASH(0x5629bf62f2e0)
  • lib/Parley/Schema/PasswordReset.pm: HASH(0x5629bfbee0a8)
  • lib/Parley/Schema/Person.pm: HASH(0x5629bf523330)
  • lib/Parley/Schema/Post.pm: HASH(0x5629bf62b6a0)
  • lib/Parley/Schema/Preference.pm: HASH(0x5629bf310dc8)
  • lib/Parley/Schema/PreferenceTimeString.pm: HASH(0x5629bf62f160)
  • lib/Parley/Schema/RegistrationAuthentication.pm: HASH(0x5629bfa98688)
  • lib/Parley/Schema/Role.pm: HASH(0x5629bfeddc08)
  • lib/Parley/Schema/Terms.pm: HASH(0x5629bfe84510)
  • lib/Parley/Schema/TermsAgreed.pm: HASH(0x5629bfc2f518)
  • lib/Parley/Schema/Thread.pm: HASH(0x5629bfa77520)
  • lib/Parley/Schema/ThreadView.pm: HASH(0x5629bfe7dbc8)
  • lib/Parley/Schema/UserRole.pm: HASH(0x5629bfe7c3f0)
  • lib/Parley/View/Plain.pm: HASH(0x5629bfe84870)
  • lib/Parley/View/TT.pm: HASH(0x5629bfbedaa8)
  • lib/Text/Search/SQL.pm: HASH(0x5629bfedb710)

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.000001,1.002001

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
Catalyst::Controller::FormValidator check form data 0.000001 metacpan
Parley Message board / forum application 1.002001 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::ForumCode 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::ControllerBase::FormValidation 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::Session 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.002001 metacpan
Parley::View::JSON Catalyst View metacpan
Parley::View::Plain Catalyst TT View metacpan
Parley::View::TT Catalyst TT View metacpan
SchemaTest a thin wrapper for Test::DBIx::Class::Schema 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