mod_perl 1.15-bin-bindist1-i386-win32-vc5 Deleted
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_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::Include, Apache::MyConfig, Apache::Options, Apache::RedirectLogFix, Apache::Registry, Apache::Session, Apache::Session, Apache::Session::Win32
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- BSD::Resource
- DBI
- Devel::Symdump
- FreezeThaw
- IPC::Shareable
- MD5
- 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.15-bin/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.15-bin/perl/lib/site/Apache/AuthenDBI.pm -- Around line 311: '=item' outside of any '=over' Around line 401: 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.15-bin/perl/lib/site/Apache/AuthzDBI.pm -- Around line 347: '=item' outside of any '=over' Around line 408: You forgot a '=back' before '=head1' Around line 438: '=item' outside of any '=over' Around line 448: You forgot a '=back' before '=head1' mod_perl-1.15-bin/perl/lib/site/Apache/DBI.pm -- Around line 199: '=item' outside of any '=over' Around line 209: You forgot a '=back' before '=head1' mod_perl-1.15-bin/perl/lib/site/Apache/Sessionold.pm -- Around line 329: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 346) unless the first thing after the =over is an =item mod_perl-1.15-bin/perl/lib/site/Apache/Tie.pm -- Around line 59: You forgot a '=back' before '=head2' Around line 109: =back without =over mod_perl-1.15-bin/perl/lib/site/Apache/src.pm -- Around line 51: =pod directives shouldn't be over one line long! Ignoring all 8 lines of content
- 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/lib/site/Apache.pm, perl/lib/site/Apache/AuthenDBI.pm, perl/lib/site/Apache/AuthzDBI.pm, perl/lib/site/Apache/Constants.pm, perl/lib/site/Apache/Constants/Exports.pm, perl/lib/site/Apache/DBI.pm, perl/lib/site/Apache/Debug.pm, perl/lib/site/Apache/DebugDBI.pm, perl/lib/site/Apache/ExtUtils.pm, perl/lib/site/Apache/FakeRequest.pm, perl/lib/site/Apache/Housing.pm, perl/lib/site/Apache/Include.pm, perl/lib/site/Apache/Log.pm, perl/lib/site/Apache/ModuleConfig.pm, perl/lib/site/Apache/MyConfig.pm, perl/lib/site/Apache/Options.pm, perl/lib/site/Apache/PerlRun.pm, perl/lib/site/Apache/PerlRunXS.pm, perl/lib/site/Apache/PerlSections.pm, perl/lib/site/Apache/RedirectLogFix.pm, perl/lib/site/Apache/Registry.pm, perl/lib/site/Apache/RegistryLoader.pm, perl/lib/site/Apache/Resource.pm, perl/lib/site/Apache/SIG.pm, perl/lib/site/Apache/Session.pm, perl/lib/site/Apache/Sessionold.pm, perl/lib/site/Apache/Session/DBI.pm, perl/lib/site/Apache/Session/Daemon.pm, perl/lib/site/Apache/Session/File.pm, perl/lib/site/Apache/Session/IPC.pm, perl/lib/site/Apache/Session/Win32.pm, perl/lib/site/Apache/StatINC.pm, perl/lib/site/Apache/Status.pm, perl/lib/site/Apache/Symbol.pm, perl/lib/site/Apache/Tie.pm, perl/lib/site/Apache/URI.pm, perl/lib/site/Apache/Util.pm, perl/lib/site/Apache/fork.pm, perl/lib/site/Apache/httpd_conf.pm, perl/lib/site/Apache/src.pm, perl/lib/site/Apache/test.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::Constants, Apache::Constants::Exports, Apache::DBI, Apache::Debug, Apache::DebugDBI, Apache::ExtUtils, Apache::FakeRequest, Apache::Housing, Apache::Include, Apache::Log, Apache::ModuleConfig, Apache::MyConfig, Apache::Options, Apache::PerlRun, Apache::PerlRunXS, Apache::PerlSections, Apache::RedirectLogFix, Apache::Registry, Apache::RegistryLoader, Apache::Resource, Apache::SIG, Apache::Session, Apache::Session, Apache::Session::DBI, Apache::Session::Daemon, Apache::Session::File, Apache::Session::IPC, Apache::Session::Win32, Apache::StatINC, Apache::Status, Apache::Symbol, Apache::Tie, Apache::URI, Apache::Util, Apache::fork, Apache::httpd_conf, Apache::src, Apache::test
- 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::Constants
- Apache::Constants::Exports
- Apache::DBI
- Apache::DBI::db
- Apache::Debug
- Apache::DebugDBI
- Apache::ExtUtils
- Apache::FakeRequest
- Apache::Include
- Apache::Log
- Apache::ModuleConfig
- Apache::Options
- Apache::PerlRun
- Apache::PerlRunXS
- Apache::PerlSections
- Apache::ReadConfig
- Apache::RedirectLogFix
- Apache::Registry
- Apache::RegistryLoader
- Apache::Resource
- Apache::SIG
- Apache::StatINC
- Apache::Status
- Apache::Symbol
- Apache::Tie
- Apache::URI
- Apache::Util
- Apache::fork
- Apache::httpd_conf
- Apache::src
- Apache::test
- CGI::mod_perl
- 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.14,0.79,1.00,1.04,1.09,1.22,1.3,1.6,1.7,1.8,1.9,2.00
- 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.22 | metacpan |
Apache::AuthenDBI | Authentication via Perl's DBI | 0.79 | metacpan |
Apache::AuthzDBI | Authorization via Perl's DBI | 0.79 | metacpan |
Apache::Constants | Constants defined in apache header files | 1.09 | metacpan |
Apache::Constants::Exports | metacpan | ||
Apache::DBI | Initiate a persistent database connection | 0.79 | metacpan |
Apache::Debug | Utilities for debugging embedded perl code | 1.6 | metacpan |
Apache::DebugDBI | Debug Apache::DBI modules | 0.79 | metacpan |
Apache::ExtUtils | Utils for Apache:C/Perl glue | metacpan | |
Apache::FakeRequest | 1.00 | metacpan | |
Apache::Housing | 0.01 | metacpan | |
Apache::Include | Utilities for mod_perl/mod_include integration | 1.00 | metacpan |
Apache::Log | Interface to Apache logging | 1.00 | metacpan |
Apache::ModuleConfig | 0.01 | metacpan | |
Apache::MyConfig | 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::RegistryLoader | Compile Apache::Registry scripts at server startup | 1.8 | 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::Session | Maintain session state across HTTP requests | 0.14 | metacpan |
Apache::Session::DBI | Store client sessions in your DBMS | 0.02 | 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::StatINC | Reload %INC files when updated on disk | 1.04 | 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 | 0.01 | metacpan |
Apache::fork | Override Perl's built-in fork() | 1.00 | 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 |