Kwalitee Issues

has_meta_yml

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

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: Apache::AxKit::Exception

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache
  • Apache::Constants
  • Apache::Cookie
  • Apache::File
  • Apache::Log
  • Apache::Request
  • Apache::URI
  • Compress::Zlib
  • DBI
  • Error
  • IPC::Run
  • XML::DOM
  • XML::Handler::AxPoint
  • XML::LibXML
  • XML::LibXML::SAX::Builder
  • XML::LibXSLT
  • XML::Parser
  • XML::SAX
  • XML::SAX::Machines
  • XML::SAX::Writer
  • XML::Sablotron
  • XML::XPath
  • XML::XPath::Node
  • XML::XPath::NodeSet
  • XML::XPath::Parser
  • XML::XPath::XMLParser
  • XMLNews::HTMLTemplate

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: AxKit-1.61/lib/Apache/AxKit/Language/HtmlDoc.pm -- Around line 119: Non-ASCII character seen before =encoding in 'Jörg'. Assuming CP1252 AxKit-1.61/lib/Apache/AxKit/Language/XSP/SimpleTaglib.pm -- Around line 1303: Non-ASCII character seen before =encoding in 'Jörg'. Assuming CP1252 AxKit-1.61/lib/Apache/AxKit/Provider/FileWrite.pm -- Around line 97: Non-ASCII character seen before =encoding in 'Jörg'. Assuming CP1252

has_meta_json

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

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: install/ExtUtils/AutoInstall.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.

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::AxKit::Cache, Apache::AxKit::CharsetConv, Apache::AxKit::ConfigReader, Apache::AxKit::Exception, Apache::AxKit::Language, Apache::AxKit::Language::AxPoint, Apache::AxKit::Language::HtmlDoc, Apache::AxKit::Language::LibXSLT, Apache::AxKit::Language::PassiveTeX, Apache::AxKit::Language::Query, Apache::AxKit::Language::SAXMachines, Apache::AxKit::Language::Sablot, Apache::AxKit::Language::XMLNewsNITF, Apache::AxKit::Language::XMLNewsRDF, Apache::AxKit::Language::XPathScript, Apache::AxKit::Language::XSP, Apache::AxKit::Language::XSP::SimpleTaglib, Apache::AxKit::Language::XSP::TaglibHelper, Apache::AxKit::MediaChooser::WAPCheck, Apache::AxKit::Plugin::Fragment, Apache::AxKit::Plugin::Passthru, Apache::AxKit::Plugin::QueryStringCache, Apache::AxKit::Provider, Apache::AxKit::Provider::File, Apache::AxKit::Provider::FileWrite, Apache::AxKit::Provider::Filter, Apache::AxKit::Provider::Scalar, Apache::AxKit::StyleChooser::Cookie, Apache::AxKit::StyleChooser::FileSuffix, Apache::AxKit::StyleChooser::PathInfo, Apache::AxKit::StyleChooser::QueryString, Apache::AxKit::StyleChooser::UserAgent, AxKit, ExtUtils::AutoInstall

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • ExtUtils::AutoInstall

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.05,0.1,0.32,1,1.0,1.61

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

configure_prereq_matches_use

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

Error:

  • Apache::src

Modules

Name Abstract Version View
Apache::AxKit::Cache metacpan
Apache::AxKit::CharsetConv 1.0 metacpan
Apache::AxKit::ConfigReader metacpan
Apache::AxKit::Exception metacpan
Apache::AxKit::Language base class for all processors metacpan
Apache::AxKit::Language::AxPoint metacpan
Apache::AxKit::Language::HtmlDoc deliver XHTML as PDF metacpan
Apache::AxKit::Language::LibXSLT 1 metacpan
Apache::AxKit::Language::PassiveTeX metacpan
Apache::AxKit::Language::Query metacpan
Apache::AxKit::Language::SAXMachines Transform Content With SAX Filters 1 metacpan
Apache::AxKit::Language::Sablot metacpan
Apache::AxKit::Language::XMLNewsNITF metacpan
Apache::AxKit::Language::XMLNewsRDF metacpan
Apache::AxKit::Language::XPathScript An XML Stylesheet Language 0.05 metacpan
Apache::AxKit::Language::XSP eXtensible Server Pages metacpan
Apache::AxKit::Language::XSP::SimpleTaglib 0.1 metacpan
Apache::AxKit::Language::XSP::TaglibHelper metacpan
Apache::AxKit::MediaChooser::WAPCheck WAP device media chooser metacpan
Apache::AxKit::Plugin::Fragment Fragment plugin metacpan
Apache::AxKit::Plugin::Passthru allow passthru=1 in querystring metacpan
Apache::AxKit::Plugin::QueryStringCache Cache based on QS metacpan
Apache::AxKit::Provider base Provider class metacpan
Apache::AxKit::Provider::File metacpan
Apache::AxKit::Provider::FileWrite File provider class with write support metacpan
Apache::AxKit::Provider::Filter metacpan
Apache::AxKit::Provider::Scalar metacpan
Apache::AxKit::StyleChooser::Cookie Choose stylesheets based on a browser cookie 0.01 metacpan
Apache::AxKit::StyleChooser::FileSuffix Choose stylesheet using file suffix metacpan
Apache::AxKit::StyleChooser::PathInfo Choose stylesheet using PATH_INFO metacpan
Apache::AxKit::StyleChooser::QueryString Choose stylesheet using querystring metacpan
Apache::AxKit::StyleChooser::UserAgent Choose stylesheets based on the user agent. 0.01 metacpan
AxKit an XML Application Server for Apache 1.61 metacpan
ExtUtils::AutoInstall Automatic install of dependencies via CPAN 0.32 metacpan

Provides

Name File View
Apache::AxKit::Exception::Declined lib/Apache/AxKit/Exception.pm metacpan
Apache::AxKit::Exception::Error lib/Apache/AxKit/Exception.pm metacpan
Apache::AxKit::Exception::IO lib/Apache/AxKit/Exception.pm metacpan
Apache::AxKit::Exception::OK lib/Apache/AxKit/Exception.pm metacpan
Apache::AxKit::Exception::Retval lib/Apache/AxKit/Exception.pm metacpan
Apache::AxKit::Language::AxPoint::Output lib/Apache/AxKit/Language/AxPoint.pm metacpan
Apache::AxKit::Language::Sablot::Handler lib/Apache/AxKit/Language/Sablot.pm metacpan
Apache::AxKit::Language::XPathScript::Toys lib/Apache/AxKit/Language/XPathScript.pm metacpan
Apache::AxKit::Language::XSP::Page lib/Apache/AxKit/Language/XSP.pm metacpan
Apache::AxKit::Language::XSP::StringWriter lib/Apache/AxKit/Language/XSP.pm metacpan
AxKit::Apache lib/AxKit.pm metacpan
AxKit::ApacheDebug lib/AxKit.pm metacpan
AxKit::XSP::Core lib/Apache/AxKit/Language/XSP.pm metacpan
AxKit::XSP::DefaultHandler lib/Apache/AxKit/Language/XSP.pm metacpan
AxKit::XSP::SAXHandler lib/Apache/AxKit/Language/XSP.pm metacpan
AxKit::XSP::SAXParser lib/Apache/AxKit/Language/XSP.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
lib/Apache/AxKit/Makefile.PL metacpan