Kwalitee Issues

has_meta_yml

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

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

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 (150) does not match dist (234):
  • Missing in MANIFEST: .cvsignore, CVS/Entries, CVS/Entries.Log, CVS/Repository, CVS/Root, ChangeLog, Gimp/.cvsignore, Gimp/CVS/Entries, Gimp/CVS/Repository, Gimp/CVS/Root, Module/CVS/Entries, Module/CVS/Repository, Module/CVS/Root, Net/.cvsignore, Net/CVS/Entries, Net/CVS/Repository, Net/CVS/Root, README.win32, UI/.cvsignore, UI/CVS/Entries, UI/CVS/Repository, UI/CVS/Root, embed/.cvsignore, embed/CVS/Entries, embed/CVS/Repository, embed/CVS/Root, enums.pl, etc/CVS/Entries, etc/CVS/Repository, etc/CVS/Root, examples/CVS/Entries, examples/CVS/Repository, examples/CVS/Root, examples/examples.TODO, examples/gallery, examples/iland, examples/triangu, insenums, makeenums.pl, nolib/CVS/Entries, nolib/CVS/Repository, nolib/CVS/Root, po/.cvsignore, po/CVS/Entries, po/CVS/Entries.Log, po/CVS/Repository, po/CVS/Root, po/Makefile.in.in, po/POTFILES.in, po/ca.po, po/da.po, po/en_GB.po, po/es.po, po/fi.po, po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/ja.po, po/ko.po, po/makefile.cygwin, po/nl.po, po/pl.po, po/pm_to_blib, po/pt.po, po/pt_BR.po, po/pxgettext, po/ro.po, po/sk.po, po/sv.po, po/tables/CVS/Entries, po/tables/CVS/Repository, po/tables/CVS/Root, po/tr.po, po/translation/CVS/Entries, po/translation/CVS/Repository, po/translation/CVS/Root, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, t/CVS/Entries, t/CVS/Repository, t/CVS/Root

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: Gimp::Compat, Gimp::Data, Gimp::Feature, Gimp::Fu, Gimp::Module, Gimp::PDL, Gimp::Pod, Gimp::UI, Gimp::Util, Gimp::basewidget

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: Gimp-2.0pre2/Gimp/Fu.pm -- Around line 376: =cut found outside a pod block. Skipping to next block. Around line 781: =cut found outside a pod block. Skipping to next block. Gimp-2.0pre2/Gimp/Util.pm -- Around line 37: You can't have =items (as at line 59) unless the first thing after the =over is an =item Gimp-2.0pre2/Gimp.pm -- Around line 697: =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.

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.

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.

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::Compat, Gimp::Data, Gimp::Feature, Gimp::Fu, Gimp::Lib, Gimp::Module, Gimp::Net, Gimp::PDL, Gimp::Pod, Gimp::UI, Gimp::Util, Gimp::basewidget

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Gimp
  • Gimp::Compat
  • Gimp::Data
  • Gimp::Feature
  • Gimp::Fu
  • Gimp::Lib
  • Gimp::Module
  • Gimp::Net
  • Gimp::PDL
  • Gimp::Parasite
  • Gimp::PixelRgn
  • Gimp::Pod
  • Gimp::Tile
  • Gimp::UI
  • Gimp::Util
  • Gimp::basewidget
  • Gimp::run_mode

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • ExtUtils::Depends

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Gimp 2 metacpan
Gimp::Compat compatibility functions for older versions of Gimp. 2 metacpan
Gimp::Data Set and get state data. metacpan
Gimp::Feature check for specific features to be present before registering the script. metacpan
Gimp::Fu "easy to use" framework for Gimp scripts metacpan
Gimp::Lib Interface to libgimp (as opposed to Gimp::Net) 2 metacpan
Gimp::Module run scripts embedded into the Gimp program. 2 metacpan
Gimp::Net Communication module for the gimp-perl server. 2 metacpan
Gimp::PDL Overwrite Tile/Region functions to work with piddles. This module is obsolete, please remove any references to it. metacpan
Gimp::Pod Evaluate pod documentation embedded in scripts. 2 metacpan
Gimp::UI interface to libgimpui, and more! 2 metacpan
Gimp::Util some handy routines for Gimp-Perl users 2 metacpan
Gimp::basewidget metacpan

Provides

Name File View
Gimp::Parasite Gimp.pm metacpan
Gimp::PixelRgn Gimp.pm metacpan
Gimp::Tile Gimp.pm metacpan
Gimp::run_mode Gimp.pm metacpan

Other Files

ChangeLog metacpan
Changes metacpan
Gimp/Makefile.PL metacpan
MANIFEST metacpan
Makefile.PL metacpan
Module/Makefile.PL metacpan
Net/Makefile.PL metacpan
README metacpan
README.win32 metacpan
UI/Makefile.PL metacpan
embed/Makefile.PL metacpan
po/Makefile.PL metacpan