Kwalitee Issues

no_pod_errors

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

Error: Egg-Release-1.15/lib/Egg/Release.pm -- Around line 735: Non-ASCII character seen before =encoding in 'package¡§'. Assuming CP1252

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.

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: Egg::Base, Egg::Component, Egg::Engine::V1, Egg::GlobalHash, Egg::Helper::Project::BlankPage, Egg::Plugin::Dispatch::AnyCall, Egg::Plugin::FormValidator::Simple, Egg::Plugin::Pod::HTML, Egg::View::Mason

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.02,0.03,0.04,0.05,0.06,0.07,0.08,0.09,0.10,0.12,0.15,1.04,1.15

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
Egg WEB application framework. 1.04 metacpan
Egg::Base Common base class for project component for Egg. 0.01 metacpan
Egg::Component Common base class for Egg component. 0.01 metacpan
Egg::Const Constant module for Egg. 0.02 metacpan
Egg::Debug::Base Debug report from Egg etc. 0.04 metacpan
Egg::Debug::Log For output of Log. 0.01 metacpan
Egg::Debug::SimpleBench The bench mark of easy Egg is taken. 0.02 metacpan
Egg::Dispatch A dispatch base module for Egg. 0.04 metacpan
Egg::Dispatch::Runmode Standard subdispatch class for Egg. 0.10 metacpan
Egg::Engine Base class for Egg::Engin::*. 0.15 metacpan
Egg::Engine::V1 Module concerning basic operation for Egg. 0.06 metacpan
Egg::Exception Exception module for Egg. 0.01 metacpan
Egg::GlobalHash A constant rule is given to a global HASH for Egg. 0.01 metacpan
Egg::Helper Framework of helper script for Egg. 0.07 metacpan
Egg::Helper::D::Make Dispatch module is generated for Egg::Helper. 0.04 metacpan
Egg::Helper::E::Create A helper who generates the skeleton of the engine for Egg. 0.02 metacpan
Egg::Helper::M::DBI Model::DBI setup sample of I is generated. 0.01 metacpan
Egg::Helper::O::MakeMaker The skeleton of the module for the pearl is generated. 0.04 metacpan
Egg::Helper::O::Test It assists in the construction of the test environment for Egg. 0.02 metacpan
Egg::Helper::O::Test::Prepare A virtual project for the test is constructed. 0.02 metacpan
Egg::Helper::P::Charset Helper for plugin charset. 0.02 metacpan
Egg::Helper::P::Prototype Prototype.js is output for Egg. 0.01 metacpan
Egg::Helper::P::YAML The configuration is output by the YAML format for Egg. 0.02 metacpan
Egg::Helper::Project::BlankPage A module to offer the page of the blank of default for Egg. 0.02 metacpan
Egg::Helper::Project::Build Project builder for Egg. 0.08 metacpan
Egg::Helper::R::FastCGI Helper for Egg::Request::FastCGI. 0.02 metacpan
Egg::Helper::V::Mason View::Mason setup sample of I is generated. 0.01 metacpan
Egg::Model Common package for MODEL module. 0.04 metacpan
Egg::Model::DBI It is DBI model for Egg. 0.07 metacpan
Egg::Plugin::Charset Plugin to output contents with EUC-JP. 0.01 metacpan
Egg::Plugin::Charset::EUC_JP 0.01 metacpan
Egg::Plugin::Charset::Shift_JIS 0.01 metacpan
Egg::Plugin::Charset::UTF8 0.01 metacpan
Egg::Plugin::DBI::Accessors Convenient accessor to dbh. 0.03 metacpan
Egg::Plugin::DBI::Accessors::Extra Accessor to convenient dbh that can write SQL short. 0.04 metacpan
Egg::Plugin::DBI::CommitOK DBI->commit is settled and it does. 0.04 metacpan
Egg::Plugin::Dispatch::AnyCall The Dispatch function for Egg is supplemented. 0.01 metacpan
Egg::Plugin::Encode The encode of the character is supported for Egg. 0.01 metacpan
Egg::Plugin::Encode::Apache The encode of the character is supported for Egg. 0.01 metacpan
Egg::Plugin::Encode::CGI The encode of the character is supported for Egg. 0.01 metacpan
Egg::Plugin::ErrorDocument Plugin to display original error screen for Egg. 0.01 metacpan
Egg::Plugin::FillInForm FillInForm for Egg. 0.03 metacpan
Egg::Plugin::Filter Request query is straightened.. 0.02 metacpan
Egg::Plugin::Filter::EUC_JP Filter module for Japanese euc. 0.01 metacpan
Egg::Plugin::FormValidator::Simple FormValidator::Simple for Egg. 0.04 metacpan
Egg::Plugin::Pod::HTML pod2html for Egg. 0.01 metacpan
Egg::Plugin::Redirect::Page The page for for Egg ..redirecting.. is displayed. 0.01 metacpan
Egg::Plugin::Upload The file uploading is supported. 0.03 metacpan
Egg::Plugin::Upload::CGI Subclass of Egg::Plugin::Upload for CGI. 0.02 metacpan
Egg::Plugin::Upload::MP13 Subclass of Egg::Plugin::Upload for mod_perl. 0.02 metacpan
Egg::Plugin::Upload::MP20 Subclass of Egg::Plugin::Upload for mod_perl2. 0.02 metacpan
Egg::Plugin::YAML YAML can be treated. 0.05 metacpan
Egg::Release WEB application framework release version. 1.15 metacpan
Egg::Request Exclusive module of WEB request processing. 0.12 metacpan
Egg::Request::Apache It is a common module for mod_perl. 0.04 metacpan
Egg::Request::Apache::MP13 The request is processed by Apache::Request. 0.02 metacpan
Egg::Request::Apache::MP19 The request is processed by Apache::Request. 0.01 metacpan
Egg::Request::Apache::MP20 The request is processed by Apache2::Request. 0.01 metacpan
Egg::Request::CGI CGI module is used and the request is processed. 0.09 metacpan
Egg::Request::FastCGI FastCGI for Egg. 0.02 metacpan
Egg::Response It processes it concerning the response of Egg. 0.12 metacpan
Egg::Response::TieCookie This is an inventory location of set response cookie. 0.04 metacpan
Egg::View Common package for VIEW module. 0.08 metacpan
Egg::View::Mason HTML::Mason is used for View of Egg. 0.05 metacpan
Egg::View::Template HTML::Template is used for View of Egg. 0.04 metacpan
Egg::View::Template::Ex An arbitrary code is moved in the template. 0.03 metacpan
Egg::View::Template::Params Default parameter set for template driver that evaluates param. 0.03 metacpan

Provides

Name File View
Egg::Error lib/Egg/Exception.pm metacpan
Egg::Plugin::DBI::Accessors::Extra::accessors lib/Egg/Plugin/DBI/Accessors/Extra.pm metacpan
Egg::Plugin::DBI::Accessors::Extra::handler lib/Egg/Plugin/DBI/Accessors/Extra.pm metacpan
Egg::Plugin::Pod::HTML::options lib/Egg/Plugin/Pod/HTML.pm metacpan
Egg::Plugin::Upload::base lib/Egg/Plugin/Upload.pm metacpan
Egg::Plugin::YAML::Tool lib/Egg/Plugin/YAML.pm metacpan
Egg::Request::CGI::base lib/Egg/Request/CGI.pm metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan