Kwalitee Issues

has_meta_yml

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

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Tk
  • Tk::Dialog
  • Tk::HList
  • Tk::ROText
  • Win32::API
  • Win32::Setupsup

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: Win32-CtrlGUI-0.30/Win32/CtrlGUI/Criteria.pm -- Around line 85: Unknown directive: =head Around line 129: Unknown directive: =head Win32-CtrlGUI-0.30/demo.pl -- Around line 11: Unknown directive: =list Around line 15: Unknown directive: =list Around line 28: Unknown directive: =list Around line 32: Unknown directive: =list Around line 45: Unknown directive: =list Around line 57: Unknown directive: =list Around line 61: Unknown directive: =list Around line 73: Unknown directive: =list Around line 77: Unknown directive: =list

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: Win32/CtrlGUI.pm, Win32/CtrlGUI/Criteria.pm, Win32/CtrlGUI/Criteria/and.pm, Win32/CtrlGUI/Criteria/arbitrary.pm, Win32/CtrlGUI/Criteria/multi.pm, Win32/CtrlGUI/Criteria/nand.pm, Win32/CtrlGUI/Criteria/neg.pm, Win32/CtrlGUI/Criteria/or.pm, Win32/CtrlGUI/Criteria/pos.pm, Win32/CtrlGUI/Criteria/xor.pm, Win32/CtrlGUI/State.pm, Win32/CtrlGUI/State/DebugTk.pm, Win32/CtrlGUI/State/atom.pm, Win32/CtrlGUI/State/bookkeeper.pm, Win32/CtrlGUI/State/dialog.pm, Win32/CtrlGUI/State/fork.pm, Win32/CtrlGUI/State/loop.pm, Win32/CtrlGUI/State/multi.pm, Win32/CtrlGUI/State/seq.pm, Win32/CtrlGUI/State/seq_opt.pm, Win32/CtrlGUI/Window.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.

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: Win32::CtrlGUI, Win32::CtrlGUI::Criteria, Win32::CtrlGUI::Criteria::and, Win32::CtrlGUI::Criteria::arbitrary, Win32::CtrlGUI::Criteria::multi, Win32::CtrlGUI::Criteria::nand, Win32::CtrlGUI::Criteria::neg, Win32::CtrlGUI::Criteria::or, Win32::CtrlGUI::Criteria::pos, Win32::CtrlGUI::Criteria::xor, Win32::CtrlGUI::State, Win32::CtrlGUI::State::DebugTk, Win32::CtrlGUI::State::atom, Win32::CtrlGUI::State::bookkeeper, Win32::CtrlGUI::State::dialog, Win32::CtrlGUI::State::fork, Win32::CtrlGUI::State::loop, Win32::CtrlGUI::State::multi, Win32::CtrlGUI::State::seq, Win32::CtrlGUI::State::seq_opt, Win32::CtrlGUI::Window

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.23,0.30

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Win32::CtrlGUI a Module for controlling Win32 GUIs based on Win32::Setupsup 0.23 metacpan
Win32::CtrlGUI::Criteria an OO interface for expressing state criteria 0.30 metacpan
Win32::CtrlGUI::Criteria::and 0.30 metacpan
Win32::CtrlGUI::Criteria::arbitrary 0.30 metacpan
Win32::CtrlGUI::Criteria::multi 0.30 metacpan
Win32::CtrlGUI::Criteria::nand 0.30 metacpan
Win32::CtrlGUI::Criteria::neg 0.30 metacpan
Win32::CtrlGUI::Criteria::or 0.30 metacpan
Win32::CtrlGUI::Criteria::pos 0.30 metacpan
Win32::CtrlGUI::Criteria::xor 0.30 metacpan
Win32::CtrlGUI::State an OO system for controlling Win32 GUI windows through a state machine 0.30 metacpan
Win32::CtrlGUI::State::DebugTk a Tk debugger of sorts for Win32::CtrlGUI::State 0.30 metacpan
Win32::CtrlGUI::State::atom 0.30 metacpan
Win32::CtrlGUI::State::bookkeeper 0.30 metacpan
Win32::CtrlGUI::State::dialog 0.30 metacpan
Win32::CtrlGUI::State::fork 0.30 metacpan
Win32::CtrlGUI::State::loop 0.30 metacpan
Win32::CtrlGUI::State::multi 0.30 metacpan
Win32::CtrlGUI::State::seq 0.30 metacpan
Win32::CtrlGUI::State::seq_opt 0.30 metacpan
Win32::CtrlGUI::Window an OO interface for controlling Win32 GUI windows 0.30 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan