Kwalitee Issues

no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/man3/Mojolicious::Plugin::DBIxCustom.3pm

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

has_license_in_source_file

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

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (12) does not match dist (97):
  • Missing in MANIFEST: .git/COMMIT_EDITMSG, .git/HEAD, .git/config, .git/description, .git/hooks/applypatch-msg.sample, .git/hooks/commit-msg.sample, .git/hooks/post-update.sample, .git/hooks/pre-applypatch.sample, .git/hooks/pre-commit.sample, .git/hooks/pre-push.sample, .git/hooks/pre-rebase.sample, .git/hooks/prepare-commit-msg.sample, .git/hooks/update.sample, .git/index, .git/info/exclude, .git/logs/HEAD, .git/logs/refs/heads/master, .git/logs/refs/remotes/origin/HEAD, .git/logs/refs/remotes/origin/master, .git/objects/0f/83607652f6c99adf16f457fbb5d0d9ad06451e, .git/objects/0f/e342ee452ef289d59e8912b75a98523ed6b3a7, .git/objects/19/fad2f52ae744aef1631cbbf67a2ca20dbd22a4, .git/objects/1a/72b70c23114745d12e54bb3cd28a7f5b42bc1c, .git/objects/1c/28c57473257364ad6ba96be049af7c2b8627ce, .git/objects/20/3c57a1cbdec0913aaed611adf88970ed6fc446, .git/objects/2e/794486032494e33a9fd9de40c70a271e5d2354, .git/objects/40/785e4fa880df2e0ac1d1978cf0dbddbe10898a, .git/objects/42/4c664b7582bfa81145657c83930ddfb7b0c820, .git/objects/42/7bdabe7a0c547e74f612b65cea86e7ac49e42e, .git/objects/44/0dc25f004a521b4687df6e1ef79e4523dec331, .git/objects/4f/81bad6864d1b9b70822c46ef25626962fe39fc, .git/objects/62/d9336b4b3ce5a56538deea77de8958a42e83bc, .git/objects/65/0a3018963a3a1db210f713369213364cad01fe, .git/objects/75/869405f6c10543b64cbfee519f142174e95cae, .git/objects/7e/fef81f6e6cd608a00f580f7c45055a99cb49bc, .git/objects/82/33e443ca144f486637e1ad3572e8e1fcf2522a, .git/objects/85/7525342b26a9225cb7c3de9d98ead47000f96f, .git/objects/85/82b05099a79fab2145613c0824f435e358ffe4, .git/objects/9d/351bca85b5a1d7955bb9f5c8fefc3315697e8e, .git/objects/ad/04bcf032db18fc4175e59fb62ac6049d9dcb6f, .git/objects/af/e5bf347628a8c824db8585ae4321618df08a5b, .git/objects/b4/9504060caafe700121a60dfae67aae6363228c, .git/objects/b6/8e359356efccdd1b8253233507b13eff321818, .git/objects/c0/13c11a99f57713d2d6a893aeb7c98f8b584bed, .git/objects/c6/1a3eeaeb298e8c2bbd9d5e1ee9927fbaf8677d, .git/objects/cf/2052cc3d28fc13e8289d9c735eea0b732732cd, .git/objects/d5/7cf4dd4ac9954a66d4c4ddda0191ca9ac1fa4b, .git/objects/e8/dc8b8ec55875a259d91f28ded2e9b88c12b88f, .git/objects/f1/cbc5ff12cb719702757018e2b9015dfac3695c, .git/objects/f9/db035c8ce2ce8017913fa122135f38f233da7c, .git/objects/fb/29fcb167955d4a3682bfe7e5940aca85c7d500, .git/objects/fb/c3c16afdb501bc7328547f9b9d4148033e8a60, .git/packed-refs, .git/refs/heads/master, .git/refs/remotes/origin/HEAD, .git/refs/remotes/origin/master, .gitignore, .idea/Mojolicious-Plugin-DBIxCustom.iml, .idea/compiler.xml, .idea/copyright/profiles_settings.xml, .idea/misc.xml, .idea/modules.xml, .idea/perl5local.xml, .idea/vcs.xml, .idea/workspace.xml, .idea/workspace.xml___jb_tmp___, MYMETA.json, MYMETA.yml, Makefile, blib/arch/.exists, blib/arch/auto/Mojolicious/Plugin/DBIxCustom/.exists, blib/bin/.exists, blib/lib/Mojolicious/Plugin/.exists, blib/lib/Mojolicious/Plugin/DBIxCustom.pm, blib/lib/auto/Mojolicious/Plugin/DBIxCustom/.exists, blib/man1/.exists, blib/man3/.exists, blib/man3/Mojolicious::Plugin::DBIxCustom.3pm, blib/script/.exists, pm_to_blib, t/lib/T/Model.pm, t/lib/T/Model/tmodel.pm, t/lib/T/MyDBIxCustom.pm, t/my-dbix-custom.t, xt/boilerplate.t

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .git,.idea

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: blib/lib/Mojolicious/Plugin/DBIxCustom.pm

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.

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.

Modules

Name Abstract Version View
Mojolicious::Plugin::DBIxCustom 链接DBIx::Custom到Mojolicious的插件 0.001000 metacpan

Other Files

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