Kwalitee Issues

has_meta_yml

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

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.

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: Embperl::Constant, Embperl::Form::Validate::Number, Embperl::Log, Embperl::Module, Embperl::Out, Embperl::Run, Embperl::Syntax::Embperl

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache::Constants
  • Apache::Session
  • ExtUtils::XSBuilder::ParseSource
  • ExtUtils::XSBuilder::WrapXS

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: Embperl-2.0b6/Changes.pod -- Around line 621: Non-ASCII character seen before =encoding in 'isn´t'. Assuming CP1252 Embperl-2.0b6/Embperl/Syntax/EmbperlBlocks.pm -- Around line 385: =pod directives shouldn't be over one line long! Ignoring all 19 lines of content Embperl-2.0b6/Embperl/Syntax/RTF.pm -- Around line 276: =pod directives shouldn't be over one line long! Ignoring all 9 lines of content Around line 539: =pod directives shouldn't be over one line long! Ignoring all 15 lines of content Around line 740: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Embperl-2.0b6/Embperl/Syntax.pm -- Around line 809: You have '=item 4' instead of the expected '=item 3' Around line 814: You have '=item 8' instead of the expected '=item 4' Around line 818: You have '=item 16' instead of the expected '=item 5' Around line 822: You have '=item 32' instead of the expected '=item 6' Around line 842: You have '=item 4' instead of the expected '=item 3' Around line 846: You have '=item 8' instead of the expected '=item 4' Around line 850: You have '=item 16' instead of the expected '=item 5' Around line 854: You have '=item 32' instead of the expected '=item 6' Around line 858: You have '=item 64' instead of the expected '=item 7' Embperl-2.0b6/Embperl.pod -- Around line 1549: Non-ASCII character seen before =encoding in '-> header_out("Language"'. Assuming CP1252 Embperl-2.0b6/EmbperlD.pod -- Around line 12: Non-ASCII character seen before =encoding in 'einzufügen.'. Assuming CP1252 Embperl-2.0b6/FeaturesD.pod -- Around line 10: Non-ASCII character seen before =encoding in 'ausgeführt'. Assuming CP1252 Embperl-2.0b6/INSTALL.pod -- Around line 322: alternative text '"eg/"' contains non-escaped | or / Around line 351: =over without closing =back Embperl-2.0b6/IntroD.pod -- Around line 9: Non-ASCII character seen before =encoding in 'einfügen'. 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!

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

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: Embperl.pm, Embperl/App.pm, Embperl/Constant.pm, Embperl/Form/Validate.pm, Embperl/Form/Validate/Default.pm, Embperl/Form/Validate/Number.pm, Embperl/Log.pm, Embperl/Mail.pm, Embperl/Module.pm, Embperl/Object.pm, Embperl/Out.pm, xsbuilder/ParseSource.pm, Embperl/Recipe.pm, Embperl/Recipe/Embperl.pm, Embperl/Recipe/EmbperlLibXSLT.pm, Embperl/Recipe/EmbperlPODXSLT.pm, Embperl/Recipe/EmbperlXSLT.pm, Embperl/Recipe/EmbperlXalanXSLT.pm, Embperl/Recipe/LibXSLT.pm, Embperl/Recipe/XSLT.pm, Embperl/Recipe/XalanXSLT.pm, Embperl/Run.pm, Embperl/Syntax.pm, Embperl/Syntax/ASP.pm, Embperl/Syntax/Embperl.pm, Embperl/Syntax/EmbperlBlocks.pm, Embperl/Syntax/EmbperlHTML.pm, Embperl/Syntax/HTML.pm, Embperl/Syntax/Mail.pm, Embperl/Syntax/MsgIdExtract.pm, Embperl/Syntax/POD.pm, Embperl/Syntax/Perl.pm, Embperl/Syntax/RTF.pm, Embperl/Syntax/SSI.pm, Embperl/Syntax/Test.pm, Embperl/Syntax/Text.pm, Embperl/Util.pm, xsbuilder/WrapXS.pm, Embperl/Session.pm, EmbperlObject.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: Embperl, Embperl::App, Embperl::Constant, Embperl::Form::Validate, Embperl::Form::Validate::Default, Embperl::Form::Validate::Number, Embperl::Log, Embperl::Mail, Embperl::Module, Embperl::Object, Embperl::Out, Embperl::ParseSource, Embperl::Recipe, Embperl::Recipe::Embperl, Embperl::Recipe::EmbperlLibXSLT, Embperl::Recipe::EmbperlPODXSLT, Embperl::Recipe::EmbperlXSLT, Embperl::Recipe::EmbperlXalanXSLT, Embperl::Recipe::LibXSLT, Embperl::Recipe::XSLT, Embperl::Recipe::XalanXSLT, Embperl::Run, Embperl::Syntax, Embperl::Syntax::ASP, Embperl::Syntax::Embperl, Embperl::Syntax::EmbperlBlocks, Embperl::Syntax::EmbperlHTML, Embperl::Syntax::HTML, Embperl::Syntax::Mail, Embperl::Syntax::MsgIdExtract, Embperl::Syntax::POD, Embperl::Syntax::Perl, Embperl::Syntax::RTF, Embperl::Syntax::SSI, Embperl::Syntax::Test, Embperl::Syntax::Text, Embperl::Util, HTML::Embperl::Session, HTML::EmbperlObject

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • Embperl.pm: HASH(0x55607d427818)
  • Embperl/Form/Validate.pm: HASH(0x55607d430408)
  • Embperl/Form/Validate/Default.pm: HASH(0x55607b3f2278)
  • Embperl/Form/Validate/Number.pm: HASH(0x55607d5f88c8)
  • Embperl/Object.pm: HASH(0x55607a339810)

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.01_dev-1,1.003001,1.003004,1.50

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
Embperl metacpan
Embperl::App metacpan
Embperl::Constant metacpan
Embperl::Form::Validate Form validation with server- and client-side support. metacpan
Embperl::Form::Validate::Default metacpan
Embperl::Form::Validate::Number metacpan
Embperl::Log metacpan
Embperl::Mail Sends results from Embperl via E-Mail 1.003004 metacpan
Embperl::Module 0.01_dev-1 metacpan
Embperl::Object Extents Embperl for building whole website with reusable components and objects metacpan
Embperl::Out metacpan
Embperl::ParseSource 0.01 metacpan
Embperl::Recipe metacpan
Embperl::Recipe::Embperl metacpan
Embperl::Recipe::EmbperlLibXSLT metacpan
Embperl::Recipe::EmbperlPODXSLT metacpan
Embperl::Recipe::EmbperlXSLT metacpan
Embperl::Recipe::EmbperlXalanXSLT metacpan
Embperl::Recipe::LibXSLT metacpan
Embperl::Recipe::XSLT metacpan
Embperl::Recipe::XalanXSLT metacpan
Embperl::Run metacpan
Embperl::Syntax metacpan
Embperl::Syntax::ASP metacpan
Embperl::Syntax::Embperl metacpan
Embperl::Syntax::EmbperlBlocks metacpan
Embperl::Syntax::EmbperlHTML metacpan
Embperl::Syntax::HTML metacpan
Embperl::Syntax::Mail metacpan
Embperl::Syntax::MsgIdExtract metacpan
Embperl::Syntax::POD metacpan
Embperl::Syntax::Perl metacpan
Embperl::Syntax::RTF metacpan
Embperl::Syntax::SSI metacpan
Embperl::Syntax::Test metacpan
Embperl::Syntax::Text metacpan
Embperl::Util metacpan
Embperl::WrapXS 0.01 metacpan
HTML::Embperl::Session 1.50 metacpan
HTML::EmbperlObject Extents HTML::Embperl for building whole website with reusable components and objects 1.003001 metacpan

Provides

Name File View
Embperl::Req Embperl.pm metacpan
subimp test/html/subimp.pm metacpan

Other Files

Changes.pod metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README.v2 metacpan
xs/Embperl/App/Config/Makefile.PL metacpan
xs/Embperl/App/Makefile.PL metacpan
xs/Embperl/Component/Config/Makefile.PL metacpan
xs/Embperl/Component/Makefile.PL metacpan
xs/Embperl/Component/Output/Makefile.PL metacpan
xs/Embperl/Component/Param/Makefile.PL metacpan
xs/Embperl/Makefile.PL metacpan
xs/Embperl/Req/Config/Makefile.PL metacpan
xs/Embperl/Req/Makefile.PL metacpan
xs/Embperl/Req/Param/Makefile.PL metacpan
xs/Embperl/Syntax/Makefile.PL metacpan
xs/Embperl/Thread/Makefile.PL metacpan
xs/Makefile.PL metacpan