Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: 'unknown' for 'version' is not a valid version. (version) [Validation: 1.0];Expected a map structure from string or file. (requires) [Validation: 1.0]

no_pod_errors

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

Error: Gtk2-1.043/Gtk2.pm -- Around line 165: Non-ASCII character seen before =encoding in 'Göran'. Assuming UTF-8 Gtk2-1.043/gtk-demo/main.pl -- Around line 129: Unknown directive: =out Gtk2-1.043/pm/Helper.pm -- Around line 174: Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252 Gtk2-1.043/pm/SimpleList.pm -- Around line 212: =cut found outside a pod block. Skipping to next block. Around line 217: =cut found outside a pod block. Skipping to next block. Around line 276: =cut found outside a pod block. Skipping to next block. Around line 280: =cut found outside a pod block. Skipping to next block.

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: Gtk2.pm, CodeGen.pm, pm/Helper.pm, pm/Pango.pm, pm/SimpleList.pm, pm/SimpleMenu.pm, pm/TestHelper.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: Gtk2::Helper, Gtk2::Pango, Gtk2::SimpleList

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.01,0.02,0.15,0.5,1.043

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
Gtk2 Perl interface to the 2.x series of the Gimp Toolkit library 1.043 metacpan
Gtk2::CodeGen code generation utilities for Glib-based bindings. 0.02 metacpan
Gtk2::Helper Convenience functions for the Gtk2 module 0.01 metacpan
Gtk2::Pango constants for use with Pango 0.01 metacpan
Gtk2::SimpleList A simple interface to Gtk2's complex MVC list widget 0.15 metacpan
Gtk2::SimpleMenu A simple interface to Gtk2's ItemFactory for creating application menus 0.5 metacpan
Gtk2::TestHelper 0.02 metacpan

Provides

Name File View
Gtk2::Gdk Gtk2.pm metacpan
Gtk2::Gdk::Atom Gtk2.pm metacpan
Gtk2::SimpleList::TiedList pm/SimpleList.pm metacpan
Gtk2::SimpleList::TiedRow pm/SimpleList.pm metacpan

Other Files

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