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: Expected a list structure (author) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];Missing mandatory field, 'author' (author) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

has_tests

Add tests!

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: Deliantra::Client

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: Deliantra-Client-2.11/pod/faq.pod -- Around line 314: Non-ASCII character seen before =encoding in '×'. Assuming UTF-8 Deliantra-Client-2.11/pod/mainpage.pod -- Around line 17: alternative text 'Game FAQ/Tips and Tricks' contains non-escaped | or / Deliantra-Client-2.11/pod/manual.pod -- Around line 33: Non-ASCII character seen before =encoding in 'Παν語'. Assuming CP1252

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: DC.pm, DC/DB.pm, DC/Item.pm, DC/Macro.pm, DC/MapWidget.pm, DC/MessageDistributor.pm, DC/OpenGL.pm, DC/Pod.pm, DC/Protocol.pm, DC/Texture.pm, DC/UI.pm, DC/UI/Canvas.pm, DC/UI/ChatView.pm, DC/UI/Dockable.pm, DC/UI/Dockbar.pm, DC/UI/Inventory.pm, DC/UI/SpellList.pm, Client.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: DC, Deliantra::Client

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.9978,1.03,2.11

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
DC undocumented utility garbage for our deliantra client 2.11 metacpan
DC::DB async. database and filesystem access for deliantra metacpan
DC::Item metacpan
DC::Macro metacpan
DC::MapWidget metacpan
DC::MessageDistributor metacpan
DC::OpenGL metacpan
DC::Pod 1.03 metacpan
DC::Protocol metacpan
DC::Texture tetxure class for Deliantra-Client metacpan
DC::UI metacpan
DC::UI::Canvas metacpan
DC::UI::ChatView metacpan
DC::UI::Dockable metacpan
DC::UI::Dockbar metacpan
DC::UI::Inventory metacpan
DC::UI::SpellList metacpan
Deliantra::Client 0.9978 metacpan

Provides

Name File View
App::Deliantra Client.pm metacpan
DC::DB::Server DC/DB.pm metacpan
DC::Layout DC.pm metacpan
DC::MapWidget::Command DC/MapWidget.pm metacpan
DC::MapWidget::MapMap DC/MapWidget.pm metacpan
DC::NPCDialog DC/Protocol.pm metacpan
DC::UI::Animator DC/UI.pm metacpan
DC::UI::Base DC/UI.pm metacpan
DC::UI::Bin DC/UI.pm metacpan
DC::UI::Box DC/UI.pm metacpan
DC::UI::Button DC/UI.pm metacpan
DC::UI::ButtonBin DC/UI.pm metacpan
DC::UI::Buttonbar DC/UI.pm metacpan
DC::UI::CheckBox DC/UI.pm metacpan
DC::UI::Container DC/UI.pm metacpan
DC::UI::DrawBG DC/UI.pm metacpan
DC::UI::Empty DC/UI.pm metacpan
DC::UI::Entry DC/UI.pm metacpan
DC::UI::EntryBase DC/UI.pm metacpan
DC::UI::Event DC/UI.pm metacpan
DC::UI::ExperienceProgress DC/UI.pm metacpan
DC::UI::Face DC/UI.pm metacpan
DC::UI::FancyFrame DC/UI.pm metacpan
DC::UI::Fixed DC/UI.pm metacpan
DC::UI::Flopper DC/UI.pm metacpan
DC::UI::Frame DC/UI.pm metacpan
DC::UI::Gauge DC/UI.pm metacpan
DC::UI::HBox DC/UI.pm metacpan
DC::UI::Image DC/UI.pm metacpan
DC::UI::ImageButton DC/UI.pm metacpan
DC::UI::Label DC/UI.pm metacpan
DC::UI::Menu DC/UI.pm metacpan
DC::UI::Multiplexer DC/UI.pm metacpan
DC::UI::Notebook DC/UI.pm metacpan
DC::UI::Progress DC/UI.pm metacpan
DC::UI::Root DC/UI.pm metacpan
DC::UI::ScrolledWindow DC/UI.pm metacpan
DC::UI::Selector DC/UI.pm metacpan
DC::UI::Slider DC/UI.pm metacpan
DC::UI::Statusbox DC/UI.pm metacpan
DC::UI::Table DC/UI.pm metacpan
DC::UI::TextEdit DC/UI.pm metacpan
DC::UI::TextScroller DC/UI.pm metacpan
DC::UI::Tooltip DC/UI.pm metacpan
DC::UI::Toplevel DC/UI.pm metacpan
DC::UI::VBox DC/UI.pm metacpan
DC::UI::VGauge DC/UI.pm metacpan
DC::UI::ValSlider DC/UI.pm metacpan
DC::UI::ViewPort DC/UI.pm metacpan
DC::UI::Window DC/UI.pm metacpan

Other Files

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