Tk-MK 0.07 Deleted

Kwalitee Issues

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.

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: Tk-MK-0.07/BootSplash.pm -- Around line 338: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/Buttonplus.pm -- Around line 193: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/Checkbox.pm -- Around line 462: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/DataHList.pm -- Around line 579: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/DataTree.pm -- Around line 633: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/HListplus.pm -- Around line 408: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/Optionbox.pm -- Around line 196: =cut found outside a pod block. Skipping to next block. Tk-MK-0.07/Statusbox.pm -- Around line 204: =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.

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: BootSplash.pm, Buttonplus.pm, Checkbox.pm, DataHList.pm, DataTree.pm, HListplus.pm, HdrResizeButton.pm, Optionbox.pm, Statusbox.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: Tk::BootSplash, Tk::Buttonplus, Tk::Checkbox, Tk::DataHList, Tk::DataTree, Tk::HListplus, Tk::HdrResizeButton, Tk::Optionbox, Tk::Statusbox
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:
  • Tk::DataTree
  • Tk::Splashscreen
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.1,0.2,0.3,1.00,1.01,1.1,1.4,2.4

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).

has_separate_license_file

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

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
Tk::BootSplash wrapper for the common Tk::Splashscreen 0.2 metacpan
Tk::Buttonplus Yet Another Button widget (A replacement for the standard Button that allows using a bitmap/image B<AND> a text label 0.1 metacpan
Tk::Checkbox Yet Another Checkbutton widget (check-button-like but with a wider area and a nice marker) 2.4 metacpan
Tk::DataHList Another Listbox derived widget that supports setting/ retrieval and viewing of belonging data beside the main list-items 1.1 metacpan
Tk::DataTree Another Listtree derived widget that supports setting/ retrieval and viewing of belonging data beside the main list-items 1.01 metacpan
Tk::HListplus Another HList derived widget that supports resizing, opening and closing of columns, taking benefit from TK::(Header)ResizeButton 0.3 metacpan
Tk::HdrResizeButton provides a resizeable button to be used in an HList column header. metacpan
Tk::Optionbox Yet Another Optionmenu widget (more flexible for using button with graphics-only) 1.4 metacpan
Tk::Statusbox A (framed) status area that might be recolored easily and/or flash for indicating some operational status. Fully configurable (size, borders, reliefs, ...) 1.00 metacpan

Provides

Name File View
Tk::HeaderResizeButton HListplus.pm metacpan
Tk::Splashscreen BootSplash.pm metacpan

Other Files

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