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-2.03/lib/Egg/Helper/VirtualTest.pm -- Around line 394: Non-ASCII character seen before =encoding in '‰¼‘zƒvƒ�ƒWƒFƒNƒg‚Ì'. Assuming CP1252 Egg-Release-2.03/lib/Egg/Helper.pm -- Around line 271: L<> starts or ends with whitespace Egg-Release-2.03/lib/Egg/Plugin/FillInForm.pm -- Around line 54: L<> starts or ends with whitespace Around line 78: L<> starts or ends with whitespace Egg-Release-2.03/lib/Egg/Plugin/Upload/CGI.pm -- Around line 31: L<> starts or ends with whitespace Around line 33: L<> starts or ends with whitespace Egg-Release-2.03/lib/Egg/Plugin/Upload/ModPerl.pm -- Around line 34: L<> starts or ends with whitespace Egg-Release-2.03/lib/Egg/Plugin/Upload.pm -- Around line 58: Non-ASCII character seen before =encoding in '‚Ŏ󂯎æ‚Á‚½'. Assuming CP1252 Egg-Release-2.03/lib/Egg/Release.pm -- Around line 55: L<> starts or ends with whitespace L<> starts or ends with whitespace Around line 90: Non-ASCII character seen before =encoding in 'ƒvƒ�ƒWƒFƒNƒg‚ÉŠÖ‚·‚鎟‚̂悤‚È‚¢‚‚‚©‚̃XƒNƒŠƒvƒg‚ª'. Assuming CP1252 Egg-Release-2.03/lib/Egg/Request.pm -- Around line 427: L<> starts or ends with whitespace Egg-Release-2.03/lib/Egg/View/Template.pm -- Around line 110: Non-ASCII character seen before =encoding in '‚É“n‚·'. 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.

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 2.00,2.01,2.02,2.03

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. 2.01 metacpan
Egg::Base General-purpose base class for Egg. 2.01 metacpan
Egg::Const Constant module for Egg. 2.00 metacpan
Egg::Exception Exception module for Egg. 2.00 metacpan
Egg::Helper Helper module for Egg WEB Aplication Framework. 2.02 metacpan
Egg::Helper::BlankPage Default page for project. 2.00 metacpan
Egg::Helper::Plugin::Maker Helper who generates plug-in module. 2.00 metacpan
Egg::Helper::Plugin::Prototype Helper to generate Prototype library 2.00 metacpan
Egg::Helper::Plugin::YAML Helper who output configuration of YAML format. 2.00 metacpan
Egg::Helper::Project::Build Helper for Project generation. 2.00 metacpan
Egg::Helper::Project::Test The operation test of Project Application is done. 2.00 metacpan
Egg::Helper::VirtualTest The virtual test environment for Egg project. 2.00 metacpan
Egg::Model Base class for MODEL. 2.00 metacpan
Egg::Model::DBI DBI for Egg Model. 2.00 metacpan
Egg::Plugin::Charset Base class for Charset plugin. 2.00 metacpan
Egg::Plugin::Charset::EUC_JP Plugin to output contents with EUC-JP. 2.00 metacpan
Egg::Plugin::Charset::Shift_JIS Plugin to output contents with Shift_JIS. 2.00 metacpan
Egg::Plugin::Charset::UTF8 Plugin to output contents with UTF-8. 2.00 metacpan
Egg::Plugin::ConfigLoader The configuration of Egg is loaded. 2.00 metacpan
Egg::Plugin::DBI::Easy Plugin of an easy doing as for treatment of DBI. 2.00 metacpan
Egg::Plugin::DBI::Transaction Plugin that supports transaction of DBI. 2.00 metacpan
Egg::Plugin::Debugging Debugging function is offered for Egg. 2.00 metacpan
Egg::Plugin::Debugging::Report debug report for Egg Plugin. 2.00 metacpan
Egg::Plugin::Debugging::Screen Exception is generated, the debugging screen is output. 2.00 metacpan
Egg::Plugin::Dispatch It is a base class for Dispatch. 2.00 metacpan
Egg::Plugin::Dispatch::Fast High-speed Dispatch for Egg Plugin. 2.00 metacpan
Egg::Plugin::Dispatch::Standard Dispatch of Egg standard. 2.00 metacpan
Egg::Plugin::Encode Plugin to treat character code. 2.00 metacpan
Egg::Plugin::ErrorDocument Plugin that generates error screen. 2.00 metacpan
Egg::Plugin::File::Rotate Plugin that does file rotation. 2.00 metacpan
Egg::Plugin::FillInForm HTML::FillInForm for Egg. 2.00 metacpan
Egg::Plugin::Filter Filter of request query for Egg plugin. 2.00 metacpan
Egg::Plugin::Filter::Plugin::Japanese Base class for a Japanese filter. 2.00 metacpan
Egg::Plugin::Filter::Plugin::Japanese::EUC The filter for the Japanese sentence character code is added. 2.00 metacpan
Egg::Plugin::Filter::Plugin::Japanese::Shift_JIS The filter for the Japanese sentence character code is added. 2.00 metacpan
Egg::Plugin::Filter::Plugin::Japanese::UTF8 The filter for the Japanese sentence character code is added. 2.00 metacpan
Egg::Plugin::FormValidator::Simple Validator for Egg with FormValidator::Simple 2.00 metacpan
Egg::Plugin::HTTP::HeadParser Analysis of request header and response header. 2.00 metacpan
Egg::Plugin::Log Plugin concerning log. 2.01 metacpan
Egg::Plugin::Pod::HTML pod2html for Egg Plugin. 2.00 metacpan
Egg::Plugin::Prototype Plugin for Prototype 2.00 metacpan
Egg::Plugin::Redirect::Body Output of redirect screen etc. 2.00 metacpan
Egg::Plugin::Tools Various function collections. 2.00 metacpan
Egg::Plugin::Upload Plugin to support file upload. 2.00 metacpan
Egg::Plugin::Upload::CGI Standard driver of Egg plugin Upload. 2.00 metacpan
Egg::Plugin::Upload::ModPerl mod_perl support of Egg plugin Upload. 2.00 metacpan
Egg::Plugin::YAML Plugin that treats YAML. 2.00 metacpan
Egg::Plugin::rc Loading the resource code file for Egg is supported. 2.00 metacpan
Egg::Release Version of Egg WEB Application Framework. 2.03 metacpan
Egg::Request HTTP request processing for Egg. 2.01 metacpan
Egg::Request::Apache Base class for mod_perl request class. 2.00 metacpan
Egg::Request::Apache::MP13 mod_perl1.3x for Egg request. 2.00 metacpan
Egg::Request::Apache::MP19 mod_perl1.9x for Egg request. 2.00 metacpan
Egg::Request::Apache::MP20 mod_perl2.0 for Egg request. 2.00 metacpan
Egg::Request::CGI CGI.pm for Egg request. 2.00 metacpan
Egg::Request::FastCGI Request class for FastCGI. 2.00 metacpan
Egg::Response HTTP response processing for Egg. 2.01 metacpan
Egg::View Base class only for VIEW. 2.00 metacpan
Egg::View::Mason HTML::Mason for Egg View. 2.00 metacpan
Egg::View::Template HTML::Template for Egg view. 2.00 metacpan
Egg::View::Template::Params Some parameters are set in Egg::View. 2.00 metacpan

Provides

Name File View
Egg::DummyLog lib/Egg.pm metacpan
Egg::Error lib/Egg/Exception.pm metacpan
Egg::Plugin::DBI::Easy::accessors lib/Egg/Plugin/DBI/Easy.pm metacpan
Egg::Plugin::DBI::Easy::handler lib/Egg/Plugin/DBI/Easy.pm metacpan
Egg::Plugin::Debugging::Report::SimpleBench lib/Egg/Plugin/Debugging/Report.pm metacpan
Egg::Plugin::Debugging::handler lib/Egg/Plugin/Debugging.pm metacpan
Egg::Plugin::Dispatch::Fast::handler lib/Egg/Plugin/Dispatch/Fast.pm metacpan
Egg::Plugin::Dispatch::Standard::handler lib/Egg/Plugin/Dispatch/Standard.pm metacpan
Egg::Plugin::Dispatch::handler lib/Egg/Plugin/Dispatch.pm metacpan
Egg::Plugin::Log::handler lib/Egg/Plugin/Log.pm metacpan
Egg::Plugin::Pod::HTML::options lib/Egg/Plugin/Pod/HTML.pm metacpan
Egg::Plugin::Upload::handler lib/Egg/Plugin/Upload.pm metacpan
Egg::Request::CGI::handler lib/Egg/Request/CGI.pm metacpan
Egg::Response::FetchCookie lib/Egg/Response.pm metacpan
Egg::Response::TieCookie lib/Egg/Response.pm metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
eg/Example/Build.PL metacpan
eg/Example/MANIFEST metacpan
eg/Example/Makefile.PL metacpan