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: License '<undef>' is invalid (license) [Validation: 1.2];Missing mandatory field, 'license' (license) [Validation: 1.2]

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 (667) does not match dist (666):
  • Duplicates in MANIFEST: Embperl/Form/Control/table.pm

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::EMail, Embperl::Form::Validate::EMailRFC, Embperl::Form::Validate::FQDN_IPAddr, Embperl::Form::Validate::IPAddr, Embperl::Form::Validate::IPAddr_Mask, Embperl::Form::Validate::Integer, Embperl::Form::Validate::Number, Embperl::Form::Validate::PosInteger, Embperl::Form::Validate::Select, Embperl::Form::Validate::Time, Embperl::Form::Validate::TimeValue, Embperl::Form::Validate::Time_Long, Embperl::Inline, Embperl::Log, Embperl::Out, Embperl::Run, Embperl::Syntax::Embperl, Embperl::Syntax::Test2

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.3.0/Changes.pod -- Around line 1083: Non-ASCII character seen before =encoding in 'isn´t'. Assuming CP1252 Embperl-2.3.0/Config.pod -- Around line 2008: Expected text after =item, not a number Around line 2013: Expected text after =item, not a number Around line 2018: Expected text after =item, not a number Around line 3663: Non-ASCII character seen before =encoding in 'hinzufügen'. Assuming CP1252 Embperl-2.3.0/Embperl/Form/Validate.pm -- Around line 800: Non-ASCII character seen before =encoding in '<>()@¡-ÿ]+@[^'. Assuming CP1252 Embperl-2.3.0/Embperl/Syntax/RTF.pm -- Around line 431: =pod directives shouldn't be over one line long! Ignoring all 15 lines of content Around line 632: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Embperl-2.3.0/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 826: You have '=item 64' instead of the expected '=item 7' Around line 848: You have '=item 4' instead of the expected '=item 3' Around line 852: You have '=item 8' instead of the expected '=item 4' Around line 856: You have '=item 16' instead of the expected '=item 5' Around line 860: You have '=item 32' instead of the expected '=item 6' Around line 864: You have '=item 64' instead of the expected '=item 7' Embperl-2.3.0/Embperl.pod -- Around line 572: Non-ASCII character seen before =encoding in '-> header_out("Language"'. Assuming CP1252 Embperl-2.3.0/FeaturesD.pod -- Around line 10: Non-ASCII character seen before =encoding in 'ausgeführt'. Assuming CP1252 Embperl-2.3.0/INSTALL.pod -- Around line 395: =over without closing =back

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!

no_stdin_for_prompting

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

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, Embperl::Form::Control, Embperl::Form::Control::addremove, Embperl::Form::Control::blank, Embperl::Form::Control::button, Embperl::Form::Control::checkbox, Embperl::Form::Control::checkboxes, Embperl::Form::Control::display, Embperl::Form::Control::displaylink, Embperl::Form::Control::dump, Embperl::Form::Control::file, Embperl::Form::Control::grid, Embperl::Form::Control::hidden, Embperl::Form::Control::info, Embperl::Form::Control::input, Embperl::Form::Control::label, Embperl::Form::Control::mult, Embperl::Form::Control::number, Embperl::Form::Control::password, Embperl::Form::Control::radio, Embperl::Form::Control::select, Embperl::Form::Control::selectdyn, Embperl::Form::Control::submit, Embperl::Form::Control::table, Embperl::Form::Control::tabs, Embperl::Form::Control::textarea, Embperl::Form::Control::tinymce, Embperl::Form::Control::transparent, Embperl::Form::ControlMultValue, Embperl::Form::DataSource, Embperl::Form::Validate, Embperl::Form::Validate::Default, Embperl::Form::Validate::EMail, Embperl::Form::Validate::EMailRFC, Embperl::Form::Validate::FQDN_IPAddr, Embperl::Form::Validate::IPAddr, Embperl::Form::Validate::IPAddr_Mask, Embperl::Form::Validate::Integer, Embperl::Form::Validate::Number, Embperl::Form::Validate::PosInteger, Embperl::Form::Validate::Select, Embperl::Form::Validate::Time, Embperl::Form::Validate::TimeValue, Embperl::Form::Validate::Time_Long, Embperl::Inline, Embperl::Log, Embperl::Mail, 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::Test2, Embperl::Syntax::Text, Embperl::Util, HTML::Embperl::Session

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 2.0,2.001000,2.003000

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).

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 Building dynamic Websites with Perl 2.003000 metacpan
Embperl::App metacpan
Embperl::Constant metacpan
Embperl::Form Embperl Form class metacpan
Embperl::Form::Control Base class for controls inside an Embperl Form metacpan
Embperl::Form::Control::addremove A control to add and remove items from two select boxes inside an Embperl Form metacpan
Embperl::Form::Control::blank A info area inside an Embperl Form metacpan
Embperl::Form::Control::button metacpan
Embperl::Form::Control::checkbox A checkbox control inside an Embperl Form metacpan
Embperl::Form::Control::checkboxes A multiple checkbox control inside an Embperl Form metacpan
Embperl::Form::Control::display A text display control inside an Embperl Form metacpan
Embperl::Form::Control::displaylink A control to display links inside an Embperl Form metacpan
Embperl::Form::Control::dump A debug control inside an Embperl Form metacpan
Embperl::Form::Control::file A file upload input control inside an Embperl Form metacpan
Embperl::Form::Control::grid A grid control inside an Embperl Form metacpan
Embperl::Form::Control::hidden A hidden form field control inside an Embperl Form metacpan
Embperl::Form::Control::info metacpan
Embperl::Form::Control::input A text input control inside an Embperl Form metacpan
Embperl::Form::Control::label A label area inside an Embperl Form metacpan
Embperl::Form::Control::mult metacpan
Embperl::Form::Control::number A numeric input control with optional unit inside an Embperl Form metacpan
Embperl::Form::Control::password A password input control inside an Embperl Form metacpan
Embperl::Form::Control::radio A radio control inside an Embperl Form metacpan
Embperl::Form::Control::select A select control inside an Embperl Form metacpan
Embperl::Form::Control::selectdyn metacpan
Embperl::Form::Control::submit A submit button inside an Embperl Form metacpan
Embperl::Form::Control::table A table which get data from LDAP composed via joinAttrValue metacpan
Embperl::Form::Control::tabs A tab control inside an Embperl Form metacpan
Embperl::Form::Control::textarea A textarea input control inside an Embperl Form metacpan
Embperl::Form::Control::tinymce A tinymce input control inside an Embperl Form metacpan
Embperl::Form::Control::transparent A transparent area inside an Embperl Form metacpan
Embperl::Form::ControlMultValue Base class for controls inside an Embperl Form which have multiple values to select from, like a select box or radio buttons. metacpan
Embperl::Form::DataSource Base class for data source objects which provides the data for ControlMutlValue objects. metacpan
Embperl::Form::Validate Form validation with server- and client-side support. 2.0 metacpan
Embperl::Form::Validate::Default 2.0 metacpan
Embperl::Form::Validate::EMail metacpan
Embperl::Form::Validate::EMailRFC metacpan
Embperl::Form::Validate::FQDN_IPAddr metacpan
Embperl::Form::Validate::IPAddr metacpan
Embperl::Form::Validate::IPAddr_Mask metacpan
Embperl::Form::Validate::Integer metacpan
Embperl::Form::Validate::Number 2.0 metacpan
Embperl::Form::Validate::PosInteger metacpan
Embperl::Form::Validate::Select metacpan
Embperl::Form::Validate::Time metacpan
Embperl::Form::Validate::TimeValue metacpan
Embperl::Form::Validate::Time_Long metacpan
Embperl::Inline Inline Embperl code in Perl modules metacpan
Embperl::Log metacpan
Embperl::Mail Sends results from Embperl via E-Mail 2.001000 metacpan
Embperl::Object Extents Embperl for building whole website with reusable components and objects 2.001000 metacpan
Embperl::Out metacpan
Embperl::ParseSource 2.0 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::Test2 metacpan
Embperl::Syntax::Text metacpan
Embperl::Util metacpan
Embperl::WrapXS 2.0 metacpan
HTML::Embperl::Session 2.0 metacpan

Provides

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

Other Files

Changes.pod metacpan
MANIFEST metacpan
META.yml 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