Kwalitee Issues

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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 (568) does not match dist (553):
  • Missing in Dist: .MANIFEST.kate-swp, t/Bench/CLEANUP, t/Bench/reference_files/benchtest-47.html, t/Bench/samples/highlight.ly, t/Codefolding/CLEANUP, t/Codefolding/output/codefolding.txt, t/Debugger/CLEANUP, t/Debugger/output/debuggertest.html, t/Format-ANSI/CLEANUP, t/Format-ANSI/output/format-ansi-1.ansi, t/Format-ANSI/output/format-ansi-2.ansi, t/Format-Base/CLEANUP, t/Format-HTML4/CLEANUP, t/Highlighting/CLEANUP, t/KamTest/CLEANUP

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.

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: Kamelon/lib/Syntax/Kamelon.pm

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: Syntax::Kamelon::Builder

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.01,0.15,0.16,0.18,0.20

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.

Modules

Name Abstract Version View
Syntax::Kamelon A versatile and fully programmable textual content parser that is extremely well suited for syntax highlighting and code folding 0.20 metacpan
Syntax::Kamelon::Builder Builds a lexer from an xml file 0.15 metacpan
Syntax::Kamelon::Debugger That's what it is 0.15 metacpan
Syntax::Kamelon::Diagnostics Explore syntax definition XML files 0.15 metacpan
Syntax::Kamelon::Format::ANSI Formatting module for ANSI output 0.15 metacpan
Syntax::Kamelon::Format::Base Basic formatting module 0.15 metacpan
Syntax::Kamelon::Format::HTML4 Formatting module for HTML output 0.15 metacpan
Syntax::Kamelon::Indexer Keeps track of available syntax definitions 0.16 metacpan
Syntax::Kamelon::Wx::KamelonList 0.01 metacpan
Syntax::Kamelon::Wx::LogTextCtrl 0.01 metacpan
Syntax::Kamelon::Wx::PluggableTextCtrl 0.01 metacpan
Syntax::Kamelon::Wx::PluggableTextCtrl::BasePlugin 0.01 metacpan
Syntax::Kamelon::Wx::PluggableTextCtrl::Highlighter metacpan
Syntax::Kamelon::Wx::PluggableTextCtrl::KeyEchoes metacpan
Syntax::Kamelon::Wx::PluggableTextCtrl::UndoRedo metacpan
Syntax::Kamelon::XMLData load Kate syntax definition xml files. 0.18 metacpan

Other Files

Changes metacpan
Kamelon/Makefile.PL metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README.md metacpan