Kwalitee Issues

has_meta_yml

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

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP

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.

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 (61) does not match dist (106):
  • Missing in MANIFEST: CHANGELOG, MANIFEST.SKIP, MDI.xs, MonthCal.xs, docs/CVS/Entries, docs/CVS/Entries.Extra, docs/CVS/Entries.Extra.Old, docs/CVS/Entries.Old, docs/CVS/Repository, docs/CVS/Root, docs/tut/CVS/Entries, docs/tut/CVS/Entries.Extra, docs/tut/CVS/Entries.Extra.Old, docs/tut/CVS/Entries.Old, docs/tut/CVS/Repository, docs/tut/CVS/Root, docs/tut/guitut1-1.gif, docs/tut/guitut1-2.gif, docs/tut/guitut1-3.gif, docs/tut/guitut1.html, docs/tut/guitut1.pod, docs/tut/guitut2.html, docs/tut/guitut2.pod, docs/tut/guitut3.html, docs/tut/guitut3.pod, docs/tut/guitut4.html, docs/tut/guitut4.pod, docs/tut/guitut5-1.gif, docs/tut/guitut5-2.gif, docs/tut/guitut5.html, docs/tut/guitut5.pod, docs/tut/guitut9.html, docs/tut/guitut9.pod, docs/tut/morethanone.pl, samples/Animation.pl, samples/BitmapScroll.pl, samples/DateTime.pl, samples/Draw.pl, samples/EventModel.pl, samples/GetOpenFileName.pl, samples/MDI.pl, samples/MonthCal.pl, samples/Notepad.pl, samples/Region.pl, samples/harrow.cur

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: Win32::GUI, Win32::GUI::BitmapInline, Win32::GUI::GridLayout

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: GUI.pm, BitmapInline.pm, GridLayout.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::GUI, Win32::GUI::BitmapInline, Win32::GUI::GridLayout

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:

  • Win32::GUI
  • Win32::GUI::AcceleratorTable
  • Win32::GUI::Animation
  • Win32::GUI::Bitmap
  • Win32::GUI::BitmapInline
  • Win32::GUI::Brush
  • Win32::GUI::Button
  • Win32::GUI::Checkbox
  • Win32::GUI::Class
  • Win32::GUI::Combobox
  • Win32::GUI::ComboboxEx
  • Win32::GUI::Cursor
  • Win32::GUI::DC
  • Win32::GUI::DateTime
  • Win32::GUI::DialogBox
  • Win32::GUI::Font
  • Win32::GUI::Graphic
  • Win32::GUI::GridLayout
  • Win32::GUI::Groupbox
  • Win32::GUI::Header
  • Win32::GUI::Icon
  • Win32::GUI::ImageList
  • Win32::GUI::Label
  • Win32::GUI::ListView
  • Win32::GUI::ListView::Item
  • Win32::GUI::ListView::SubItem
  • Win32::GUI::Listbox
  • Win32::GUI::Listbox::Item
  • Win32::GUI::Menu
  • Win32::GUI::MenuButton
  • Win32::GUI::MenuItem
  • Win32::GUI::NotifyIcon
  • Win32::GUI::Pen
  • Win32::GUI::ProgressBar
  • Win32::GUI::RadioButton
  • Win32::GUI::Rebar
  • Win32::GUI::RichEdit
  • Win32::GUI::Slider
  • Win32::GUI::Splitter
  • Win32::GUI::StatusBar
  • Win32::GUI::TabStrip
  • Win32::GUI::Textfield
  • Win32::GUI::Timer
  • Win32::GUI::Toolbar
  • Win32::GUI::Tooltip
  • Win32::GUI::Trackbar
  • Win32::GUI::TreeView
  • Win32::GUI::UpDown
  • Win32::GUI::Window
  • Win32::GUI::WindowProps

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.02,0.03,0.99_1

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::GUI 0.99_1 metacpan
Win32::GUI::BitmapInline Inline bitmap support for Win32::GUI 0.02 metacpan
Win32::GUI::GridLayout Grid layout support for Win32::GUI 0.03 metacpan

Provides

Name File View
Win32::GUI::AcceleratorTable GUI.pm metacpan
Win32::GUI::Animation GUI.pm metacpan
Win32::GUI::Bitmap GUI.pm metacpan
Win32::GUI::Brush GUI.pm metacpan
Win32::GUI::Button GUI.pm metacpan
Win32::GUI::Checkbox GUI.pm metacpan
Win32::GUI::Class GUI.pm metacpan
Win32::GUI::Combobox GUI.pm metacpan
Win32::GUI::ComboboxEx GUI.pm metacpan
Win32::GUI::Cursor GUI.pm metacpan
Win32::GUI::DC GUI.pm metacpan
Win32::GUI::DateTime GUI.pm metacpan
Win32::GUI::DialogBox GUI.pm metacpan
Win32::GUI::Font GUI.pm metacpan
Win32::GUI::Graphic GUI.pm metacpan
Win32::GUI::Groupbox GUI.pm metacpan
Win32::GUI::Header GUI.pm metacpan
Win32::GUI::Icon GUI.pm metacpan
Win32::GUI::ImageList GUI.pm metacpan
Win32::GUI::Label GUI.pm metacpan
Win32::GUI::ListView GUI.pm metacpan
Win32::GUI::ListView::Item GUI.pm metacpan
Win32::GUI::ListView::SubItem GUI.pm metacpan
Win32::GUI::Listbox GUI.pm metacpan
Win32::GUI::Listbox::Item GUI.pm metacpan
Win32::GUI::MDIChild GUI.pm metacpan
Win32::GUI::MDIClient GUI.pm metacpan
Win32::GUI::MDIFrame GUI.pm metacpan
Win32::GUI::Menu GUI.pm metacpan
Win32::GUI::MenuButton GUI.pm metacpan
Win32::GUI::MenuItem GUI.pm metacpan
Win32::GUI::MonthCal GUI.pm metacpan
Win32::GUI::NotifyIcon GUI.pm metacpan
Win32::GUI::Pen GUI.pm metacpan
Win32::GUI::ProgressBar GUI.pm metacpan
Win32::GUI::RadioButton GUI.pm metacpan
Win32::GUI::Rebar GUI.pm metacpan
Win32::GUI::RichEdit GUI.pm metacpan
Win32::GUI::Slider GUI.pm metacpan
Win32::GUI::Splitter GUI.pm metacpan
Win32::GUI::StatusBar GUI.pm metacpan
Win32::GUI::TabStrip GUI.pm metacpan
Win32::GUI::Textfield GUI.pm metacpan
Win32::GUI::Timer GUI.pm metacpan
Win32::GUI::Toolbar GUI.pm metacpan
Win32::GUI::Tooltip GUI.pm metacpan
Win32::GUI::Trackbar GUI.pm metacpan
Win32::GUI::TreeView GUI.pm metacpan
Win32::GUI::UpDown GUI.pm metacpan
Win32::GUI::Window GUI.pm metacpan
Win32::GUI::WindowProps GUI.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README.txt metacpan