Kwalitee Issues

has_meta_yml

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

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

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 (33) does not match dist (32):
  • Duplicates in MANIFEST: examples/example-fu.pl

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Gtk

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Gimp-0.90/Gimp/Fu.pm -- Around line 16: =cut found outside a pod block. Skipping to next block. Around line 209: =cut found outside a pod block. Skipping to next block.

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!

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: Gimp, Gimp::ColorSelectButton, Gimp::Data, Gimp::Fu, Gimp::Lib, Gimp::Net, Gimp::OO

no_invalid_versions

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

Error:

  • Gimp/Lib.pm: HASH(0x55607d186a58)

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.10,0.90

Modules

Name Abstract Version View
Gimp Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers 0.90 metacpan
Gimp::ColorSelectButton A clickable colour preview label 0.10 metacpan
Gimp::Data Set and get state data. metacpan
Gimp::Fu easy to use framework for Gimp scripts metacpan
Gimp::Lib Interface to libgimp (as opposed to Gimp::Net) metacpan
Gimp::Net Communication module for the gimp-perl server. metacpan
Gimp::OO Pseudo-OO for Gimp functions. metacpan

Other Files

Changes metacpan
MANIFEST metacpan
README metacpan