Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

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

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

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'

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: Cannot find MANIFEST in dist.

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::Constants, Apache::Debug, Apache::DebugDBI, Apache::FakeRequest, Apache::File, Apache::Include, Apache::MyConfig, Apache::Options, Apache::RedirectLogFix, Apache::Registry, Apache::Session, Apache::Session::Win32, Bundle::Apache, Bundle::LWP, DBI::FAQ, Data::ShowTable, Devel::Symdump::Export, FreezeThaw, HTML::Embperl, HTML::Filter, HTTP::Negotiate, LWP, LWP::Debug, LWP::MemberMixin, LWP::Protocol::data, LWP::Protocol::file, LWP::Protocol::mailto, Net::FTP::A, Net::FTP::E, Net::FTP::I, Net::FTP::L, Net::FTP::dataconn, Storable, URI::URL::_generic, URI::URL::_login, URI::URL::data, URI::URL::file, URI::URL::finger, URI::URL::ftp, URI::URL::gopher, URI::URL::http, URI::URL::https, URI::URL::mailto, URI::URL::news, URI::URL::nntp, URI::URL::prospero, URI::URL::rlogin, URI::URL::telnet, URI::URL::tn3270, URI::URL::wais, URI::URL::webster, URI::URL::whois, site::5.00502::lib::mod_perl_hooks

prereq_matches_use

List all used modules in META.yml requires

Error:

  • BSD::Resource
  • IPC::Shareable
  • Net::SSL
  • RPC::pClient
  • RPC::pServer
  • Win32::ODBC

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: mod_perl-1.16-bin/mod_perl-1.16/mod_perl_traps.pod -- Around line 117: Expected '=item *' Around line 156: Expected '=item *' Around line 171: Expected '=item *' Around line 173: Expected '=item *' Around line 181: Expected '=item *' Around line 200: Expected '=item *' mod_perl-1.16-bin/perl/site/5.00502/lib/Apache/AuthenDBI.pm -- Around line 318: '=item' outside of any '=over' Around line 408: You forgot a '=back' before '=head1' Around line 453: '=item' outside of any '=over' Around line 463: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/Apache/AuthzDBI.pm -- Around line 355: '=item' outside of any '=over' Around line 416: You forgot a '=back' before '=head1' Around line 446: '=item' outside of any '=over' Around line 456: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/Apache/DBI.pm -- Around line 236: '=item' outside of any '=over' Around line 246: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/Apache/Tie.pm -- Around line 59: You forgot a '=back' before '=head2' Around line 109: =back without =over mod_perl-1.16-bin/perl/site/5.00502/lib/Apache/src.pm -- Around line 68: =pod directives shouldn't be over one line long! Ignoring all 8 lines of content mod_perl-1.16-bin/perl/site/5.00502/lib/DBI/Shell.pm -- Around line 1126: Non-ASCII character seen before =encoding in 'König.'. Assuming CP1252 mod_perl-1.16-bin/perl/site/5.00502/lib/Data/ShowTable.pm -- Around line 722: Unterminated I<I<...>> sequence Around line 1676: You forgot a '=back' before '=head2' Around line 1678: '=item' outside of any '=over' Around line 2152: =over without closing =back mod_perl-1.16-bin/perl/site/5.00502/lib/Devel/Symdump.pm -- Around line 364: You forgot a '=back' before '=head2' Around line 376: =back without =over mod_perl-1.16-bin/perl/site/5.00502/lib/FAQ.pod -- Around line 45: You forgot a '=back' before '=head2' Around line 85: =back without =over Around line 91: You forgot a '=back' before '=head2' Around line 144: =back without =over Around line 150: You forgot a '=back' before '=head2' Around line 193: =back without =over mod_perl-1.16-bin/perl/site/5.00502/lib/HTML/Embperl.pod -- Around line 1125: '=item' outside of any '=over' Around line 1141: Non-ASCII character seen before =encoding in '-> '. Assuming CP1252 Around line 1145: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/HTML/HeadParser.pm -- Around line 257: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/HTML/INSTALL.pod -- Around line 70: alternative text '"eg/"' contains non-escaped | or / mod_perl-1.16-bin/perl/site/5.00502/lib/LWP/Protocol.pm -- Around line 291: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/Net/SMTP.pm -- Around line 436: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/Net/SNPP.pm -- Around line 351: You forgot a '=back' before '=head1' mod_perl-1.16-bin/perl/site/5.00502/lib/mod_perl_traps.pod -- Around line 117: Expected '=item *' Around line 156: Expected '=item *' Around line 171: Expected '=item *' Around line 173: Expected '=item *' Around line 181: Expected '=item *' Around line 200: Expected '=item *'

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!

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: perl/site/5.00502/lib/Apache.pm, perl/site/5.00502/lib/Apache/AuthenDBI.pm, perl/site/5.00502/lib/Apache/AuthzDBI.pm, perl/site/5.00502/lib/Apache/Connection.pm, perl/site/5.00502/lib/Apache/Constants.pm, perl/site/5.00502/lib/Apache/Constants/Exports.pm, perl/site/5.00502/lib/Apache/DBI.pm, perl/site/5.00502/lib/Apache/Debug.pm, perl/site/5.00502/lib/Apache/DebugDBI.pm, perl/site/5.00502/lib/Apache/ExtUtils.pm, perl/site/5.00502/lib/Apache/FakeRequest.pm, perl/site/5.00502/lib/Apache/File.pm, perl/site/5.00502/lib/Apache/Include.pm, perl/site/5.00502/lib/Apache/Log.pm, perl/site/5.00502/lib/Apache/ModuleConfig.pm, perl/site/5.00502/lib/Apache/MyConfig.pm, perl/site/5.00502/lib/Apache/Opcode.pm, perl/site/5.00502/lib/Apache/Options.pm, perl/site/5.00502/lib/Apache/PerlRun.pm, perl/site/5.00502/lib/Apache/PerlRunXS.pm, perl/site/5.00502/lib/Apache/PerlSections.pm, perl/site/5.00502/lib/Apache/RedirectLogFix.pm, perl/site/5.00502/lib/Apache/Registry.pm, perl/site/5.00502/lib/Apache/RegistryBB.pm, perl/site/5.00502/lib/Apache/RegistryLoader.pm, perl/site/5.00502/lib/Apache/RegistryNG.pm, perl/site/5.00502/lib/Apache/Resource.pm, perl/site/5.00502/lib/Apache/SIG.pm, perl/site/5.00502/lib/Apache/Server.pm, perl/site/5.00502/lib/Apache/Session.pm, perl/site/5.00502/lib/Apache/Session/DBI.pm, perl/site/5.00502/lib/Apache/Session/Daemon.pm, perl/site/5.00502/lib/Apache/Session/File.pm, perl/site/5.00502/lib/Apache/Session/IPC.pm, perl/site/5.00502/lib/Apache/Session/Win32.pm, perl/site/5.00502/lib/Apache/SizeLimit.pm, perl/site/5.00502/lib/Apache/StatINC.pm, perl/site/5.00502/lib/Apache/Status.pm, perl/site/5.00502/lib/Apache/Symbol.pm, perl/site/5.00502/lib/Apache/Tie.pm, perl/site/5.00502/lib/Apache/URI.pm, perl/site/5.00502/lib/Apache/Util.pm, perl/site/5.00502/lib/Apache/httpd_conf.pm, perl/site/5.00502/lib/Apache/src.pm, perl/site/5.00502/lib/Apache/test.pm, perl/site/5.00502/lib/Bundle/Apache.pm, perl/site/5.00502/lib/Bundle/LWP.pm, perl/site/5.00502/lib/DBD/ExampleP.pm, perl/site/5.00502/lib/DBD/NullP.pm, perl/site/5.00502/lib/DBD/Oracle.pm, perl/site/5.00502/lib/DBI/DBD.pm, perl/site/5.00502/lib/DBD/Proxy.pm, perl/site/5.00502/lib/DBD/Sponge.pm, perl/site/5.00502/lib/DBI.pm, perl/site/5.00502/lib/DBI/FAQ.pm, perl/site/5.00502/lib/DBI/Format.pm, perl/site/5.00502/lib/DBI/ProxyServer.pm, perl/site/5.00502/lib/DBI/Shell.pm, perl/site/5.00502/lib/Data/Flow.pm, perl/site/5.00502/lib/Data/ShowTable.pm, perl/site/5.00502/lib/Devel/Symdump.pm, perl/site/5.00502/lib/Devel/Symdump/Export.pm, perl/site/5.00502/lib/File/Listing.pm, perl/site/5.00502/lib/FreezeThaw.pm, perl/site/5.00502/lib/HTML/Embperl.pm, perl/site/5.00502/lib/HTML/Entities.pm, perl/site/5.00502/lib/HTML/Filter.pm, perl/site/5.00502/lib/HTML/HeadParser.pm, perl/site/5.00502/lib/HTML/LinkExtor.pm, perl/site/5.00502/lib/HTML/Parser.pm, perl/site/5.00502/lib/HTML/TokeParser.pm, perl/site/5.00502/lib/HTTP/Cookies.pm, perl/site/5.00502/lib/HTTP/Daemon.pm, perl/site/5.00502/lib/HTTP/Date.pm, perl/site/5.00502/lib/HTTP/Headers/ETag.pm, perl/site/5.00502/lib/HTTP/Headers.pm, perl/site/5.00502/lib/HTTP/Headers/Auth.pm, perl/site/5.00502/lib/HTTP/Headers/Util.pm, perl/site/5.00502/lib/HTTP/Message.pm, perl/site/5.00502/lib/HTTP/Negotiate.pm, perl/site/5.00502/lib/HTTP/Request.pm, perl/site/5.00502/lib/HTTP/Request/Common.pm, perl/site/5.00502/lib/HTTP/Response.pm, perl/site/5.00502/lib/HTTP/Status.pm, perl/site/5.00502/lib/LWP.pm, perl/site/5.00502/lib/LWP/Authen/Basic.pm, perl/site/5.00502/lib/LWP/Authen/Digest.pm, perl/site/5.00502/lib/LWP/Debug.pm, perl/site/5.00502/lib/LWP/MediaTypes.pm, perl/site/5.00502/lib/LWP/MemberMixin.pm, perl/site/5.00502/lib/LWP/Protocol.pm, perl/site/5.00502/lib/LWP/Protocol/data.pm, perl/site/5.00502/lib/LWP/Protocol/file.pm, perl/site/5.00502/lib/LWP/Protocol/ftp.pm, perl/site/5.00502/lib/LWP/Protocol/gopher.pm, perl/site/5.00502/lib/LWP/Protocol/http.pm, perl/site/5.00502/lib/LWP/Protocol/https.pm, perl/site/5.00502/lib/LWP/Protocol/mailto.pm, perl/site/5.00502/lib/LWP/Protocol/nntp.pm, perl/site/5.00502/lib/LWP/RobotUA.pm, perl/site/5.00502/lib/LWP/Simple.pm, perl/site/5.00502/lib/LWP/UserAgent.pm, perl/site/5.00502/lib/MD5.pm, perl/site/5.00502/lib/MIME/Base64.pm, perl/site/5.00502/lib/MIME/QuotedPrint.pm, perl/site/5.00502/lib/Net/Cmd.pm, perl/site/5.00502/lib/MSWin32-x86/Net/Config.pm, perl/site/5.00502/lib/Net/Domain.pm, perl/site/5.00502/lib/Net/DummyInetd.pm, perl/site/5.00502/lib/Net/FTP.pm, perl/site/5.00502/lib/Net/FTP/A.pm, perl/site/5.00502/lib/Net/FTP/E.pm, perl/site/5.00502/lib/Net/FTP/I.pm, perl/site/5.00502/lib/Net/FTP/L.pm, perl/site/5.00502/lib/Net/FTP/dataconn.pm, perl/site/5.00502/lib/Net/NNTP.pm, perl/site/5.00502/lib/Net/Netrc.pm, perl/site/5.00502/lib/Net/PH.pm, perl/site/5.00502/lib/Net/POP3.pm, perl/site/5.00502/lib/Net/SMTP.pm, perl/site/5.00502/lib/Net/SNPP.pm, perl/site/5.00502/lib/Net/Time.pm, perl/site/5.00502/lib/Oraperl.pm, perl/site/5.00502/lib/Storable.pm, perl/site/5.00502/lib/URI/Escape.pm, perl/site/5.00502/lib/URI/Heuristic.pm, perl/site/5.00502/lib/URI/URL.pm, perl/site/5.00502/lib/URI/URL/_generic.pm, perl/site/5.00502/lib/URI/URL/_login.pm, perl/site/5.00502/lib/URI/URL/data.pm, perl/site/5.00502/lib/URI/URL/file.pm, perl/site/5.00502/lib/URI/URL/finger.pm, perl/site/5.00502/lib/URI/URL/ftp.pm, perl/site/5.00502/lib/URI/URL/gopher.pm, perl/site/5.00502/lib/URI/URL/http.pm, perl/site/5.00502/lib/URI/URL/https.pm, perl/site/5.00502/lib/URI/URL/mailto.pm, perl/site/5.00502/lib/URI/URL/news.pm, perl/site/5.00502/lib/URI/URL/nntp.pm, perl/site/5.00502/lib/URI/URL/prospero.pm, perl/site/5.00502/lib/URI/URL/rlogin.pm, perl/site/5.00502/lib/URI/URL/telnet.pm, perl/site/5.00502/lib/URI/URL/tn3270.pm, perl/site/5.00502/lib/URI/URL/wais.pm, perl/site/5.00502/lib/URI/URL/webster.pm, perl/site/5.00502/lib/URI/URL/whois.pm, perl/site/5.00502/lib/WWW/RobotRules.pm, perl/site/5.00502/lib/WWW/RobotRules/AnyDBM_File.pm, perl/site/5.00502/lib/mod_perl.pm, perl/site/5.00502/lib/DBI/W32ODBC.pm, perl/site/5.00502/lib/mod_perl_hooks.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, Apache::AuthenDBI, Apache::AuthzDBI, Apache::Connection, Apache::Constants, Apache::Constants::Exports, Apache::DBI, Apache::Debug, Apache::DebugDBI, Apache::ExtUtils, Apache::FakeRequest, Apache::File, Apache::Include, Apache::Log, Apache::ModuleConfig, Apache::MyConfig, Apache::Opcode, Apache::Options, Apache::PerlRun, Apache::PerlRunXS, Apache::PerlSections, Apache::RedirectLogFix, Apache::Registry, Apache::RegistryBB, Apache::RegistryLoader, Apache::RegistryNG, Apache::Resource, Apache::SIG, Apache::Server, Apache::Session, Apache::Session::DBI, Apache::Session::Daemon, Apache::Session::File, Apache::Session::IPC, Apache::Session::Win32, Apache::SizeLimit, Apache::StatINC, Apache::Status, Apache::Symbol, Apache::Tie, Apache::URI, Apache::Util, Apache::httpd_conf, Apache::src, Apache::test, Bundle::Apache, Bundle::LWP, DBD::ExampleP, DBD::NullP, DBD::Oracle, DBD::Oracle::db, DBD::Proxy, DBD::Sponge, DBI, DBI::FAQ, DBI::Format, DBI::ProxyServer, DBI::Shell, Data::Flow, Data::ShowTable, Devel::Symdump, Devel::Symdump::Export, File::Listing, FreezeThaw, HTML::Embperl, HTML::Entities, HTML::Filter, HTML::HeadParser, HTML::LinkExtor, HTML::Parser, HTML::TokeParser, HTTP::Cookies, HTTP::Daemon, HTTP::Date, HTTP::Header::ETag, HTTP::Headers, HTTP::Headers::Auth, HTTP::Headers::Util, HTTP::Message, HTTP::Negotiate, HTTP::Request, HTTP::Request::Common, HTTP::Response, HTTP::Status, LWP, LWP::Authen::Basic, LWP::Authen::Digest, LWP::Debug, LWP::MediaTypes, LWP::MemberMixin, LWP::Protocol, LWP::Protocol::data, LWP::Protocol::file, LWP::Protocol::ftp, LWP::Protocol::gopher, LWP::Protocol::http, LWP::Protocol::https, LWP::Protocol::mailto, LWP::Protocol::nntp, LWP::RobotUA, LWP::Simple, LWP::UserAgent, MD5, MIME::Base64, MIME::QuotedPrint, Net::Cmd, Net::Config, Net::Domain, Net::DummyInetd, Net::FTP, Net::FTP::A, Net::FTP::E, Net::FTP::I, Net::FTP::L, Net::FTP::dataconn, Net::NNTP, Net::Netrc, Net::PH, Net::POP3, Net::SMTP, Net::SNPP, Net::Time, Oraperl, Storable, URI::Escape, URI::Heuristic, URI::URL, URI::URL::_generic, URI::URL::_login, URI::URL::data, URI::URL::file, URI::URL::finger, URI::URL::ftp, URI::URL::gopher, URI::URL::http, URI::URL::https, URI::URL::mailto, URI::URL::news, URI::URL::nntp, URI::URL::prospero, URI::URL::rlogin, URI::URL::telnet, URI::URL::tn3270, URI::URL::wais, URI::URL::webster, URI::URL::whois, WWW::RobotRules, WWW::RobotRules::AnyDBM_File, mod_perl, site::5.00502::lib::DBI::W32ODBC, site::5.00502::lib::mod_perl_hooks

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:

  • Apache
  • Apache::AuthenDBI
  • Apache::AuthzDBI
  • Apache::Connection
  • Apache::Constants
  • Apache::Constants::Exports
  • Apache::DBI
  • Apache::DBI::db
  • Apache::Debug
  • Apache::DebugDBI
  • Apache::Embperl
  • Apache::ExtUtils
  • Apache::FakeRequest
  • Apache::File
  • Apache::Include
  • Apache::Log
  • Apache::ModuleConfig
  • Apache::Opcode
  • Apache::Options
  • Apache::PerlRun
  • Apache::PerlRunXS
  • Apache::PerlSections
  • Apache::ReadConfig
  • Apache::RedirectLogFix
  • Apache::Registry
  • Apache::RegistryBB
  • Apache::RegistryLoader
  • Apache::RegistryNG
  • Apache::Resource
  • Apache::SIG
  • Apache::Server
  • Apache::SizeLimit
  • Apache::StatINC
  • Apache::Status
  • Apache::Symbol
  • Apache::Tie
  • Apache::URI
  • Apache::Util
  • Apache::httpd_conf
  • Apache::src
  • Apache::test
  • Bundle::Apache
  • Bundle::LWP
  • CGI::mod_perl
  • DBD::ExampleP
  • DBD::ExampleP::db
  • DBD::ExampleP::dr
  • DBD::ExampleP::st
  • DBD::NullP
  • DBD::NullP::db
  • DBD::NullP::dr
  • DBD::NullP::st
  • DBD::Oracle
  • DBD::Oracle::db
  • DBD::Oracle::dr
  • DBD::Oracle::st
  • DBD::Proxy
  • DBD::Proxy::db
  • DBD::Proxy::dr
  • DBD::Proxy::st
  • DBD::Sponge
  • DBD::Sponge::db
  • DBD::Sponge::dr
  • DBD::Sponge::st
  • DBD::Switch::dr
  • DBD::_::common
  • DBD::_::db
  • DBD::_::dr
  • DBD::_::st
  • DBD::_mem::db
  • DBD::_mem::dr
  • DBD::_mem::st
  • DBI
  • DBI::DBD
  • DBI::DBI_tie
  • DBI::FAQ
  • DBI::Format
  • DBI::Format::Base
  • DBI::Format::Box
  • DBI::Format::Neat
  • DBI::ProxyServer
  • DBI::Shell
  • Data::Flow
  • Data::ShowTable
  • Devel::Symdump
  • Devel::Symdump::Export
  • File::Listing
  • File::Listing::dosftp
  • File::Listing::netware
  • File::Listing::unix
  • File::Listing::vms
  • FreezeThaw
  • HTML::Embperl
  • HTML::Embperl::Log
  • HTML::Embperl::Out
  • HTML::Entities
  • HTML::Filter
  • HTML::HeadParser
  • HTML::LinkExtor
  • HTML::Parser
  • HTML::TokeParser
  • HTTP::Cookies
  • HTTP::Cookies::Netscape
  • HTTP::Daemon
  • HTTP::Daemon::ClientConn
  • HTTP::Date
  • HTTP::Header::ETag
  • HTTP::Headers
  • HTTP::Headers::Auth
  • HTTP::Headers::Util
  • HTTP::Message
  • HTTP::Negotiate
  • HTTP::Request
  • HTTP::Request::Common
  • HTTP::Response
  • HTTP::Status
  • LWP
  • LWP::Authen::Basic
  • LWP::Authen::Digest
  • LWP::Debug
  • LWP::MediaTypes
  • LWP::MemberMixin
  • LWP::Protocol
  • LWP::Protocol::data
  • LWP::Protocol::file
  • LWP::Protocol::ftp
  • LWP::Protocol::gopher
  • LWP::Protocol::http
  • LWP::Protocol::https
  • LWP::Protocol::mailto
  • LWP::Protocol::nntp
  • LWP::RobotUA
  • LWP::Simple
  • LWP::UserAgent
  • MD5
  • MIME::Base64
  • MIME::QuotedPrint
  • Net::Cmd
  • Net::Config
  • Net::Domain
  • Net::DummyInetd
  • Net::FTP
  • Net::FTP::A
  • Net::FTP::E
  • Net::FTP::I
  • Net::FTP::L
  • Net::FTP::dataconn
  • Net::NNTP
  • Net::Netrc
  • Net::PH
  • Net::PH::Result
  • Net::PH::crypt
  • Net::POP3
  • Net::SMTP
  • Net::SNPP
  • Net::Time
  • Oraperl
  • Storable
  • URI::Escape
  • URI::Heuristic
  • URI::URL
  • URI::URL::_generic
  • URI::URL::_login
  • URI::URL::data
  • URI::URL::file
  • URI::URL::finger
  • URI::URL::ftp
  • URI::URL::gopher
  • URI::URL::http
  • URI::URL::https
  • URI::URL::mailto
  • URI::URL::news
  • URI::URL::nntp
  • URI::URL::prospero
  • URI::URL::rlogin
  • URI::URL::telnet
  • URI::URL::tn3270
  • URI::URL::wais
  • URI::URL::webster
  • URI::URL::whois
  • WWW::RobotRules
  • WWW::RobotRules::AnyDBM_File
  • WWW::RobotRules::InCore
  • mod_perl

no_invalid_versions

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

Error:

  • perl/site/5.00502/lib/Apache/SizeLimit.pm: HASH(0x55607c7c2360)

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.00,0.01,0.02,0.03,0.04,0.05,0.1004,0.16,0.54,0.603,0.81,1.00,1.001001,1.01,1.02,1.04,1.05,1.06,1.07,1.09,1.1,1.10,1.13,1.16,1.18,1.22,1.23,1.24,1.25,1.28,1.29,1.3,1.31,1.36,1.37,1.6,1.62,1.7,1.9,1.90,10.2,10.3,2.00,2.03,2.05,2.06,2.07,2.08,2.10,2.11,2.12,2.17,2.20,2.33,3.09,4.08,4.15,5.36

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
Apache Perl interface to the Apache server API 1.25 metacpan
Apache::AuthenDBI Authentication via Perl's DBI 0.81 metacpan
Apache::AuthzDBI Authorization via Perl's DBI 0.81 metacpan
Apache::Connection 1.00 metacpan
Apache::Constants Constants defined in apache header files 1.09 metacpan
Apache::Constants::Exports metacpan
Apache::DBI Initiate a persistent database connection 0.81 metacpan
Apache::Debug Utilities for debugging embedded perl code 1.6 metacpan
Apache::DebugDBI Debug Apache::DBI modules 0.81 metacpan
Apache::ExtUtils Utils for Apache:C/Perl glue metacpan
Apache::FakeRequest 1.00 metacpan
Apache::File 1.01 metacpan
Apache::Include Utilities for mod_perl/mod_include integration 1.00 metacpan
Apache::Log Interface to Apache logging 1.01 metacpan
Apache::ModuleConfig 0.01 metacpan
Apache::MyConfig metacpan
Apache::Opcode metacpan
Apache::Options OPT_* defines from httpd_core.h 1.6 metacpan
Apache::PerlRun Run unaltered CGI scripts under mod_perl metacpan
Apache::PerlRunXS XS implementation of Apache::PerlRun/Apache::Registry 0.03 metacpan
Apache::PerlSections Utilities for work with <Perl> sections 1.6 metacpan
Apache::RedirectLogFix Properly set redirect status for loggers metacpan
Apache::Registry Run unaltered CGI scrips under mod_perl 2.00 metacpan
Apache::RegistryBB metacpan
Apache::RegistryLoader Compile Apache::Registry scripts at server startup 1.90 metacpan
Apache::RegistryNG 1.00 metacpan
Apache::Resource Limit resources used by httpd children 1.7 metacpan
Apache::SIG Override apache signal handlers with Perl's 1.7 metacpan
Apache::Server 1.00 metacpan
Apache::Session Maintain session state across HTTP requests 0.16 metacpan
Apache::Session::DBI Store client sessions in your DBMS 0.04 metacpan
Apache::Session::Daemon 0.00 metacpan
Apache::Session::File Store client sessions in your filesystem 0.02 metacpan
Apache::Session::IPC Store client sessions via IPC::Shareable 0.01 metacpan
Apache::Session::Win32 Store client sessions in a global hash 0.03 metacpan
Apache::SizeLimit Because size does matter. metacpan
Apache::StatINC Reload %INC files when updated on disk 1.05 metacpan
Apache::Status Embedded interpreter status information 1.9 metacpan
Apache::Symbol Things for symbol things 1.3 metacpan
Apache::Tie Tie interfaces to Apache structures 0.01 metacpan
Apache::URI URI component parsing and unparsing 1.00 metacpan
Apache::Util Interface to Apache C util functions 1.01 metacpan
Apache::httpd_conf Generate an httpd.conf file 0.01 metacpan
Apache::src Methods for locating and parsing bits of Apache source code 0.01 metacpan
Apache::test metacpan
Bundle::Apache Install Apache mod_perl and related modules 1.00 metacpan
Bundle::LWP A bundle to install all libwww-perl related modules 1.04 metacpan
DBD::ExampleP metacpan
DBD::NullP metacpan
DBD::Oracle Oracle database driver for the DBI module 0.54 metacpan
DBD::Oracle::db 0.54 metacpan
DBD::Proxy A proxy driver for the DBI 0.1004 metacpan
DBD::Sponge metacpan
DBI Database independent interface for Perl 1.02 metacpan
DBI::FAQ The Frequently Asked Questions for the Perl5 Database Interface metacpan
DBI::Format A package for displaying result tables 1.1 metacpan
DBI::ProxyServer a server for the DBD::Proxy driver 0.1004 metacpan
DBI::Shell Interactive command shell for the DBI 10.3 metacpan
Data::Flow Perl extension for simple-minded recipe-controlled build of data. 0.05 metacpan
Data::ShowTable metacpan
Devel::Symdump dump symbol names or the symbol table 2.00 metacpan
Devel::Symdump::Export metacpan
File::Listing 1.10 metacpan
FreezeThaw converting Perl structures to strings and back. metacpan
HTML::Embperl 1.001001 metacpan
HTML::Entities Encode or decode strings with HTML entities 1.13 metacpan
HTML::Filter Filter HTML text through the parser 2.05 metacpan
HTML::HeadParser Parse <HEAD> section of a HTML document 2.08 metacpan
HTML::LinkExtor Extract links from an HTML document 1.18 metacpan
HTML::Parser SGML parser class 2.20 metacpan
HTML::TokeParser Alternative HTML::Parser interface metacpan
HTTP::Cookies Cookie storage and management 1.05 metacpan
HTTP::Daemon a simple http server class 1.18 metacpan
HTTP::Date date conversion routines 1.29 metacpan
HTTP::Header::ETag 1.02 metacpan
HTTP::Headers Class encapsulating HTTP Message headers 1.36 metacpan
HTTP::Headers::Auth 1.02 metacpan
HTTP::Headers::Util Header value parsing utility functions 1.07 metacpan
HTTP::Message Class encapsulating HTTP messages 1.22 metacpan
HTTP::Negotiate 1.06 metacpan
HTTP::Request Class encapsulating HTTP Requests 1.23 metacpan
HTTP::Request::Common Construct common HTTP::Request objects 1.13 metacpan
HTTP::Response Class encapsulating HTTP Responses 1.31 metacpan
HTTP::Status HTTP Status code processing 1.24 metacpan
LWP Library for WWW access in Perl 5.36 metacpan
LWP::Authen::Basic metacpan
LWP::Authen::Digest metacpan
LWP::Debug debug routines for the libwww-perl library metacpan
LWP::MediaTypes guess media type for a file or a URL 1.22 metacpan
LWP::MemberMixin Member access mixin class metacpan
LWP::Protocol Base class for LWP protocols 1.31 metacpan
LWP::Protocol::data metacpan
LWP::Protocol::file metacpan
LWP::Protocol::ftp metacpan
LWP::Protocol::gopher metacpan
LWP::Protocol::http metacpan
LWP::Protocol::https metacpan
LWP::Protocol::mailto metacpan
LWP::Protocol::nntp metacpan
LWP::RobotUA A class for Web Robots 1.13 metacpan
LWP::Simple 1.28 metacpan
LWP::UserAgent A WWW UserAgent class 1.62 metacpan
MD5 Perl interface to the RSA Data Security Inc. MD5 Message-Digest Algorithm 1.7 metacpan
MIME::Base64 Encoding and decoding of base64 strings 2.06 metacpan
MIME::QuotedPrint Encoding and decoding of quoted-printable strings 2.03 metacpan
Net::Cmd Network Command class (as used by FTP, SMTP etc) 2.11 metacpan
Net::Config metacpan
Net::Domain Attempt to evaluate the current host's internet name and domain 2.07 metacpan
Net::DummyInetd A dummy Inetd server 1.06 metacpan
Net::FTP FTP Client class 2.33 metacpan
Net::FTP::A 1.06 metacpan
Net::FTP::E metacpan
Net::FTP::I 1.05 metacpan
Net::FTP::L metacpan
Net::FTP::dataconn metacpan
Net::NNTP NNTP Client class 2.17 metacpan
Net::Netrc OO interface to users netrc file 2.07 metacpan
Net::PH CCSO Nameserver Client class 2.20 metacpan
Net::POP3 Post Office Protocol 3 Client class (RFC1081) 2.12 metacpan
Net::SMTP Simple Mail Transfer Protocol Client 2.10 metacpan
Net::SNPP Simple Network Pager Protocol Client 1.10 metacpan
Net::Time time and daytime network client interface 2.05 metacpan
Oraperl Perl access to Oracle databases for old oraperl scripts 1.37 metacpan
Storable persistency for perl data structures 0.603 metacpan
URI::Escape Escape and unescape unsafe characters 3.09 metacpan
URI::Heuristic 4.08 metacpan
URI::URL Uniform Resource Locators (absolute and relative) 4.15 metacpan
URI::URL::_generic metacpan
URI::URL::_login metacpan
URI::URL::data metacpan
URI::URL::file metacpan
URI::URL::finger metacpan
URI::URL::ftp metacpan
URI::URL::gopher metacpan
URI::URL::http metacpan
URI::URL::https metacpan
URI::URL::mailto metacpan
URI::URL::news metacpan
URI::URL::nntp metacpan
URI::URL::prospero metacpan
URI::URL::rlogin metacpan
URI::URL::telnet metacpan
URI::URL::tn3270 metacpan
URI::URL::wais metacpan
URI::URL::webster metacpan
URI::URL::whois metacpan
WWW::RobotRules 1.16 metacpan
WWW::RobotRules::AnyDBM_File Persistent RobotRules 1.09 metacpan
mod_perl 1.16 metacpan

Provides

Name File View
Apache::DBI::db perl/site/5.00502/lib/Apache/DBI.pm metacpan
Apache::Embperl perl/site/5.00502/lib/HTML/Embperl.pm metacpan
Apache::ReadConfig perl/site/5.00502/lib/Apache/httpd_conf.pm metacpan
Apache::TiedSession perl/site/5.00502/lib/Apache/Session.pm metacpan
CGI::mod_perl perl/site/5.00502/lib/Apache/Registry.pm metacpan
DBD::ExampleP::db perl/site/5.00502/lib/DBD/ExampleP.pm metacpan
DBD::ExampleP::dr perl/site/5.00502/lib/DBD/ExampleP.pm metacpan
DBD::ExampleP::st perl/site/5.00502/lib/DBD/ExampleP.pm metacpan
DBD::NullP::db perl/site/5.00502/lib/DBD/NullP.pm metacpan
DBD::NullP::dr perl/site/5.00502/lib/DBD/NullP.pm metacpan
DBD::NullP::st perl/site/5.00502/lib/DBD/NullP.pm metacpan
DBD::Oracle::dr perl/site/5.00502/lib/DBD/Oracle.pm metacpan
DBD::Oracle::st perl/site/5.00502/lib/DBD/Oracle.pm metacpan
DBD::Proxy::db perl/site/5.00502/lib/DBD/Proxy.pm metacpan
DBD::Proxy::dr perl/site/5.00502/lib/DBD/Proxy.pm metacpan
DBD::Proxy::st perl/site/5.00502/lib/DBD/Proxy.pm metacpan
DBD::Sponge::db perl/site/5.00502/lib/DBD/Sponge.pm metacpan
DBD::Sponge::dr perl/site/5.00502/lib/DBD/Sponge.pm metacpan
DBD::Sponge::st perl/site/5.00502/lib/DBD/Sponge.pm metacpan
DBD::Switch::dr perl/site/5.00502/lib/DBI.pm metacpan
DBD::_::common perl/site/5.00502/lib/DBI.pm metacpan
DBD::_::db perl/site/5.00502/lib/DBI.pm metacpan
DBD::_::dr perl/site/5.00502/lib/DBI.pm metacpan
DBD::_::st perl/site/5.00502/lib/DBI.pm metacpan
DBD::_mem::db perl/site/5.00502/lib/DBI.pm metacpan
DBD::_mem::dr perl/site/5.00502/lib/DBI.pm metacpan
DBD::_mem::st perl/site/5.00502/lib/DBI.pm metacpan
DBI::DBD perl/site/5.00502/lib/DBI/DBD.pm metacpan
DBI::DBI_tie perl/site/5.00502/lib/DBI.pm metacpan
DBI::Format::Base perl/site/5.00502/lib/DBI/Format.pm metacpan
DBI::Format::Box perl/site/5.00502/lib/DBI/Format.pm metacpan
DBI::Format::Neat perl/site/5.00502/lib/DBI/Format.pm metacpan
File::Listing::dosftp perl/site/5.00502/lib/File/Listing.pm metacpan
File::Listing::netware perl/site/5.00502/lib/File/Listing.pm metacpan
File::Listing::unix perl/site/5.00502/lib/File/Listing.pm metacpan
File::Listing::vms perl/site/5.00502/lib/File/Listing.pm metacpan
HTML::Embperl::Log perl/site/5.00502/lib/HTML/Embperl.pm metacpan
HTML::Embperl::Out perl/site/5.00502/lib/HTML/Embperl.pm metacpan
HTTP::Cookies::Netscape perl/site/5.00502/lib/HTTP/Cookies.pm metacpan
HTTP::Daemon::ClientConn perl/site/5.00502/lib/HTTP/Daemon.pm metacpan
Net::PH::Result perl/site/5.00502/lib/Net/PH.pm metacpan
Net::PH::crypt perl/site/5.00502/lib/Net/PH.pm metacpan
WWW::RobotRules::InCore perl/site/5.00502/lib/WWW/RobotRules.pm metacpan

Other Files

README.bindist1-i386-win32-vc5 metacpan