Kwalitee Issues

has_meta_yml

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

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 (27) does not match dist (65):
  • Missing in MANIFEST: docsrc/README, docsrc/features.xml, docsrc/manual.xml, docsrc/reference.xml, eg/Config/Config.xml, eg/Config/PageKit_Config-0.97.dtd, eg/Content/charset.xml, eg/Content/content_loop.xml, eg/Content/customize.xml, eg/Content/form_validation.xml, eg/Content/index.xml, eg/Content/language.xml, eg/Content/license.xml, eg/Content/login1.xml, eg/Content/media_xslt.xml, eg/Content/newacct1.xml, eg/Model/MyPageKit/Common.pm, eg/Model/MyPageKit/MyModel.pm, eg/README, eg/View/Default/charset.tmpl, eg/View/Default/content_loop.tmpl, eg/View/Default/form_validation.tmpl, eg/View/Default/license.tmpl, eg/View/Default/media.tmpl, eg/View/Default/simple_page.xsl, eg/View/pdf/media.tmpl, eg/View/pdf/simple_page.xsl, eg/View/wml/media.tmpl, eg/View/wml/simple_page.xsl, eg/View/xml/media.tmpl, eg/View/xml/simple_page.xsl, migration/migrate_content_0.96_to_0.97.xsl, migration/migrate_pagekit_0.05_to_0.89.pl, migration/migrate_pagekit_0.96_to_0.97.pl, migration/migrate_pagekit_0.98_to_0.99.pl, migration/migrate_pagekit_0.99_to_1.00.pl, setup_eg.pl, t/1_dummy.t

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache::Constants
  • Apache::Cookie
  • Apache::Request
  • Apache::Session
  • Apache::URI
  • Apache::Util
  • Compress::Zlib
  • Data::FormValidator
  • HTML::Clean
  • HTML::FillInForm
  • HTML::Parser
  • HTML::Template
  • Mail::Mailer
  • Text::Iconv
  • XML::Parser
  • XML::XPath

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Apache-PageKit-1.05/lib/Apache/PageKit.pm -- Around line 1206: Non-ASCII character seen before =encoding in 'Kerhervé'. Assuming CP1252

has_meta_json

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

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: Apache::ErrorReport, Apache::PageKit, Apache::PageKit::Config, Apache::PageKit::Content, Apache::PageKit::Model, Apache::PageKit::Param, Apache::PageKit::Session, Apache::PageKit::View, XML::XPathTemplate

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.05,1.05,1.50

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • Apache::test

Modules

Name Abstract Version View
Apache::ErrorReport Error Reporting under mod_perl metacpan
Apache::PageKit MVCC web framework using mod_perl, XML and HTML::Template 1.05 metacpan
Apache::PageKit::Config metacpan
Apache::PageKit::Content metacpan
Apache::PageKit::Model Base Model Class metacpan
Apache::PageKit::Param metacpan
Apache::PageKit::Session Session Handling 1.50 metacpan
Apache::PageKit::View metacpan
XML::XPathTemplate Easy access to XML files using XPath and HTML::Template 0.05 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan