Kwalitee Issues

has_tests

Add tests!

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: Flail::SecretPipe, SecretPipe

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: flail-0.2.5/flail0.pl -- Around line 3951: Expected '=item 2' Around line 3955: Expected '=item 3' Around line 3959: Expected '=item 4' Around line 3963: Expected '=item 5'

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Flail.pm, Flail/AddressBook.pm, Flail/CLI.pm, Flail/Config.pm, Flail/ConnectionCache.pm, Flail/Exec.pm, Flail/Exec/Cmd/addressbook.pm, Flail/Exec/Cmd/alias.pm, Flail/Exec/Cmd/check.pm, Flail/Exec/Cmd/template.pm, Flail/Exec/Cmd/copy.pm, Flail/Exec/Cmd/count.pm, Flail/Exec/Cmd/decode.pm, Flail/Exec/Cmd/decrypt.pm, Flail/Exec/Cmd/echo.pm, Flail/Exec/Cmd/forward.pm, Flail/Exec/Cmd/get.pm, Flail/Exec/Cmd/goto.pm, Flail/Exec/Cmd/headers.pm, Flail/Exec/Cmd/help.pm, Flail/Exec/Cmd/invert.pm, Flail/Exec/Cmd/list.pm, Flail/Exec/Cmd/map.pm, Flail/Exec/Cmd/mark.pm, Flail/Exec/Cmd/mkdir.pm, Flail/Exec/Cmd/move.pm, Flail/Exec/Cmd/next.pm, Flail/Exec/Cmd/open.pm, Flail/Exec/Cmd/prev.pm, Flail/Exec/Cmd/quit.pm, Flail/Exec/Cmd/range.pm, Flail/Exec/Cmd/read.pm, Flail/Exec/Cmd/remove.pm, Flail/Exec/Cmd/reply.pm, Flail/Exec/Cmd/resend.pm, Flail/Exec/Cmd/reset.pm, Flail/Exec/Cmd/run_hooks.pm, Flail/Exec/Cmd/send.pm, Flail/Exec/Cmd/split.pm, Flail/Exec/Cmd/stat.pm, Flail/Exec/Cmd/sync.pm, Flail/Exec/Cmd/unalias.pm, Flail/Exec/Cmd/unmark.pm, Flail/SecretPipe.pm, Flail/Thing.pm, Flail/Utils.pm, template.pm, SecretPipe.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: Flail, Flail::AddressBook, Flail::CLI, Flail::Config, Flail::ConnectionCache, Flail::Exec, Flail::Exec::Cmd::addressbook, Flail::Exec::Cmd::alias, Flail::Exec::Cmd::check, Flail::Exec::Cmd::cmdname, Flail::Exec::Cmd::copy, Flail::Exec::Cmd::count, Flail::Exec::Cmd::decode, Flail::Exec::Cmd::decrypt, Flail::Exec::Cmd::echo, Flail::Exec::Cmd::forward, Flail::Exec::Cmd::get, Flail::Exec::Cmd::goto, Flail::Exec::Cmd::headers, Flail::Exec::Cmd::help, Flail::Exec::Cmd::invert, Flail::Exec::Cmd::list, Flail::Exec::Cmd::map, Flail::Exec::Cmd::mark, Flail::Exec::Cmd::mkdir, Flail::Exec::Cmd::move, Flail::Exec::Cmd::next, Flail::Exec::Cmd::open, Flail::Exec::Cmd::prev, Flail::Exec::Cmd::quit, Flail::Exec::Cmd::range, Flail::Exec::Cmd::read, Flail::Exec::Cmd::remove, Flail::Exec::Cmd::reply, Flail::Exec::Cmd::resend, Flail::Exec::Cmd::reset, Flail::Exec::Cmd::run_hooks, Flail::Exec::Cmd::send, Flail::Exec::Cmd::split, Flail::Exec::Cmd::stat, Flail::Exec::Cmd::sync, Flail::Exec::Cmd::unalias, Flail::Exec::Cmd::unmark, Flail::SecretPipe, Flail::Thing, Flail::Utils, Flail::module, SecretPipe

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.003000,0.1

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

Modules

Name Abstract Version View
Flail Description 0.003000 metacpan
Flail::AddressBook Description metacpan
Flail::CLI Description metacpan
Flail::Config configuration control metacpan
Flail::ConnectionCache Description metacpan
Flail::Exec Flail Command Interpreter metacpan
Flail::Exec::Cmd::addressbook Flail "addressbook" command metacpan
Flail::Exec::Cmd::alias Flail "alias" command metacpan
Flail::Exec::Cmd::check Flail "check" command metacpan
Flail::Exec::Cmd::cmdname Flail "cmdname" command metacpan
Flail::Exec::Cmd::copy Flail "copy" command metacpan
Flail::Exec::Cmd::count Flail "count" command metacpan
Flail::Exec::Cmd::decode Flail "decode" command metacpan
Flail::Exec::Cmd::decrypt Flail "decrypt" command metacpan
Flail::Exec::Cmd::echo Flail "echo" command metacpan
Flail::Exec::Cmd::forward Flail "forward" command metacpan
Flail::Exec::Cmd::get Flail "get" command metacpan
Flail::Exec::Cmd::goto Flail "goto" command metacpan
Flail::Exec::Cmd::headers Flail "headers" command metacpan
Flail::Exec::Cmd::help Flail "help" command metacpan
Flail::Exec::Cmd::invert Flail "invert" command metacpan
Flail::Exec::Cmd::list Flail "list" command metacpan
Flail::Exec::Cmd::map Flail "map" command metacpan
Flail::Exec::Cmd::mark Flail "mark" command metacpan
Flail::Exec::Cmd::mkdir Flail "mkdir" command metacpan
Flail::Exec::Cmd::move Flail "move" command metacpan
Flail::Exec::Cmd::next Flail "next" command metacpan
Flail::Exec::Cmd::open Flail "open" command metacpan
Flail::Exec::Cmd::prev Flail "prev" command metacpan
Flail::Exec::Cmd::quit Flail "quit" command metacpan
Flail::Exec::Cmd::range Flail "range" command metacpan
Flail::Exec::Cmd::read Flail "read" command metacpan
Flail::Exec::Cmd::remove Flail "remove" command metacpan
Flail::Exec::Cmd::reply Flail "reply" command metacpan
Flail::Exec::Cmd::resend Flail "resend" command metacpan
Flail::Exec::Cmd::reset Flail "reset" command metacpan
Flail::Exec::Cmd::run_hooks Flail "run_hooks" command metacpan
Flail::Exec::Cmd::send Flail "send" command metacpan
Flail::Exec::Cmd::split Flail "split" command metacpan
Flail::Exec::Cmd::stat Flail "stat" command metacpan
Flail::Exec::Cmd::sync Flail "sync" command metacpan
Flail::Exec::Cmd::unalias Flail "unalias" command metacpan
Flail::Exec::Cmd::unmark Flail "unmark" command metacpan
Flail::SecretPipe A pipe in which to hide secrets metacpan
Flail::Thing A structured thing metacpan
Flail::Utils Description metacpan
Flail::module Description metacpan
SecretPipe A pipe in which to hide secrets 0.1 metacpan

Other Files

ChangeLog metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan