vptk_w 2_42b Latest
Kwalitee Issues
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_buildtool
-
Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- has_tests
-
Add tests!
- 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_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: Cannot find MANIFEST in dist.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Tk
- 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: vptk/vptk_presentation.pod -- Around line 11: Non-ASCII character seen before =encoding in '·'. Assuming CP1252
- 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: vptk_w/ConfigRead.pm, vptk_w/EditorServices.pm, vptk_w/Project.pm, vptk_w/Project/Code.pm, vptk_w/Project/Options.pm, vptk_w/Project/Widgets.pm, vptk_w/VPTK_Geometry.pm, vptk_w/VPTK_Widget.pm, vptk_w/VPTK_Widget/BrowseEntry.pm, vptk_w/VPTK_Widget/Button.pm, vptk_w/VPTK_Widget/Canvas.pm, vptk_w/VPTK_Widget/Checkbutton.pm, vptk_w/VPTK_Widget/Entry.pm, vptk_w/VPTK_Widget/Frame.pm, vptk_w/VPTK_Widget/LabEntry.pm, vptk_w/VPTK_Widget/LabFrame.pm, vptk_w/VPTK_Widget/Label.pm, vptk_w/VPTK_Widget/Listbox.pm, vptk_w/VPTK_Widget/Menu.pm, vptk_w/VPTK_Widget/Menubutton.pm, vptk_w/VPTK_Widget/Message.pm, vptk_w/VPTK_Widget/NoteBook.pm, vptk_w/VPTK_Widget/NoteBookFrame.pm, vptk_w/VPTK_Widget/Optionmenu.pm, vptk_w/VPTK_Widget/Pane.pm, vptk_w/VPTK_Widget/ProgressBar.pm, vptk_w/VPTK_Widget/ROText.pm, vptk_w/VPTK_Widget/Radiobutton.pm, vptk_w/VPTK_Widget/Scale.pm, vptk_w/VPTK_Widget/Text.pm, vptk_w/VPTK_Widget/mtkcascade.pm, vptk_w/VPTK_Widget/mtkcheckbutton.pm, vptk_w/VPTK_Widget/mtkcommand.pm, vptk_w/VPTK_Widget/mtkradiobutton.pm, vptk_w/VPTK_Widget/mtkseparator.pm, vptk_w/VPTK_Widget/packAdjust.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: vptk_w::ConfigRead, vptk_w::EditorServices, vptk_w::Project, vptk_w::Project::Code, vptk_w::Project::Options, vptk_w::Project::Widgets, vptk_w::VPTK_Geometry, vptk_w::VPTK_Widget, vptk_w::VPTK_Widget::BrowseEntry, vptk_w::VPTK_Widget::Button, vptk_w::VPTK_Widget::Canvas, vptk_w::VPTK_Widget::Checkbutton, vptk_w::VPTK_Widget::Entry, vptk_w::VPTK_Widget::Frame, vptk_w::VPTK_Widget::LabEntry, vptk_w::VPTK_Widget::LabFrame, vptk_w::VPTK_Widget::Label, vptk_w::VPTK_Widget::Listbox, vptk_w::VPTK_Widget::Menu, vptk_w::VPTK_Widget::Menubutton, vptk_w::VPTK_Widget::Message, vptk_w::VPTK_Widget::NoteBook, vptk_w::VPTK_Widget::NoteBookFrame, vptk_w::VPTK_Widget::Optionmenu, vptk_w::VPTK_Widget::Pane, vptk_w::VPTK_Widget::ProgressBar, vptk_w::VPTK_Widget::ROText, vptk_w::VPTK_Widget::Radiobutton, vptk_w::VPTK_Widget::Scale, vptk_w::VPTK_Widget::Text, vptk_w::VPTK_Widget::mtkcascade, vptk_w::VPTK_Widget::mtkcheckbutton, vptk_w::VPTK_Widget::mtkcommand, vptk_w::VPTK_Widget::mtkradiobutton, vptk_w::VPTK_Widget::mtkseparator, vptk_w::VPTK_Widget::packAdjust
- 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 |
---|---|---|---|
vptk_w::ConfigRead | metacpan | ||
vptk_w::EditorServices | vptk_w generic GUI services | metacpan | |
vptk_w::Project | base class for project elements | metacpan | |
vptk_w::Project::Code | metacpan | ||
vptk_w::Project::Options | metacpan | ||
vptk_w::Project::Widgets | metacpan | ||
vptk_w::VPTK_Geometry | metacpan | ||
vptk_w::VPTK_Widget | metacpan | ||
vptk_w::VPTK_Widget::BrowseEntry | metacpan | ||
vptk_w::VPTK_Widget::Button | metacpan | ||
vptk_w::VPTK_Widget::Canvas | metacpan | ||
vptk_w::VPTK_Widget::Checkbutton | metacpan | ||
vptk_w::VPTK_Widget::Entry | metacpan | ||
vptk_w::VPTK_Widget::Frame | metacpan | ||
vptk_w::VPTK_Widget::LabEntry | metacpan | ||
vptk_w::VPTK_Widget::LabFrame | metacpan | ||
vptk_w::VPTK_Widget::Label | Label widget definition | metacpan | |
vptk_w::VPTK_Widget::Listbox | metacpan | ||
vptk_w::VPTK_Widget::Menu | metacpan | ||
vptk_w::VPTK_Widget::Menubutton | metacpan | ||
vptk_w::VPTK_Widget::Message | metacpan | ||
vptk_w::VPTK_Widget::NoteBook | metacpan | ||
vptk_w::VPTK_Widget::NoteBookFrame | metacpan | ||
vptk_w::VPTK_Widget::Optionmenu | metacpan | ||
vptk_w::VPTK_Widget::Pane | metacpan | ||
vptk_w::VPTK_Widget::ProgressBar | metacpan | ||
vptk_w::VPTK_Widget::ROText | metacpan | ||
vptk_w::VPTK_Widget::Radiobutton | metacpan | ||
vptk_w::VPTK_Widget::Scale | metacpan | ||
vptk_w::VPTK_Widget::Text | metacpan | ||
vptk_w::VPTK_Widget::mtkcascade | metacpan | ||
vptk_w::VPTK_Widget::mtkcheckbutton | metacpan | ||
vptk_w::VPTK_Widget::mtkcommand | metacpan | ||
vptk_w::VPTK_Widget::mtkradiobutton | metacpan | ||
vptk_w::VPTK_Widget::mtkseparator | metacpan | ||
vptk_w::VPTK_Widget::packAdjust | metacpan |
Other Files
README | metacpan |