Changes for version 2.13 - 2007-06-15
- Some methods are added to Egg::Plugin::Tools.
- 'email' filter is added to Egg::Plugin::Filter.
- fixed for t/23_plugin_upload.t
Modules
- Example
- Egg - WEB Application Framework.
- Egg::Base - General-purpose base class for Egg.
- Egg::Const - Constant module for Egg.
- Egg::Exception - Exception module for Egg.
- Egg::Helper - Helper module for Egg WEB Aplication Framework.
- Egg::Helper::BlankPage - Default page for project.
- Egg::Helper::Plugin::Maker - Helper who generates plug-in module.
- Egg::Helper::Plugin::Prototype - Helper to generate Prototype library
- Egg::Helper::Plugin::YAML - Helper who output configuration of YAML format.
- Egg::Helper::Project::Build - Helper for Project generation.
- Egg::Helper::Project::Test - The operation test of Project Application is done.
- Egg::Helper::VirtualTest - The virtual test environment for Egg project.
- Egg::Model - Base class for MODEL.
- Egg::Model::DBI - DBI for Egg Model.
- Egg::Plugin::Charset - Base class for Charset plugin.
- Egg::Plugin::Charset::EUC_JP - Plugin to output contents with EUC-JP.
- Egg::Plugin::Charset::Shift_JIS - Plugin to output contents with Shift_JIS.
- Egg::Plugin::Charset::UTF8 - Plugin to output contents with UTF-8.
- Egg::Plugin::ConfigLoader - The configuration of Egg is loaded.
- Egg::Plugin::DBI::Easy - Plugin of an easy doing as for treatment of DBI.
- Egg::Plugin::DBI::Transaction - Plugin that supports transaction of DBI.
- Egg::Plugin::Debugging - Debugging function is offered for Egg.
- Egg::Plugin::Debugging::Report - debug report for Egg Plugin.
- Egg::Plugin::Debugging::Screen - Exception is generated, the debugging screen is output.
- Egg::Plugin::Dispatch - It is a base class for Dispatch.
- Egg::Plugin::Dispatch::Fast - High-speed Dispatch for Egg Plugin.
- Egg::Plugin::Dispatch::Standard - Dispatch of Egg standard.
- Egg::Plugin::Encode - Plugin to treat character code.
- Egg::Plugin::ErrorDocument - Plugin that generates error screen.
- Egg::Plugin::File::Rotate - Plugin that does file rotation.
- Egg::Plugin::FillInForm - HTML::FillInForm for Egg.
- Egg::Plugin::Filter - Filter of request query for Egg plugin.
- Egg::Plugin::Filter::Plugin::Japanese - Base class for a Japanese filter.
- Egg::Plugin::Filter::Plugin::Japanese::EUC - The filter for the Japanese sentence character code is added.
- Egg::Plugin::Filter::Plugin::Japanese::Shift_JIS - The filter for the Japanese sentence character code is added.
- Egg::Plugin::Filter::Plugin::Japanese::UTF8 - The filter for the Japanese sentence character code is added.
- Egg::Plugin::FormValidator::Simple - Validator for Egg with FormValidator::Simple
- Egg::Plugin::HTTP::HeadParser - Analysis of request header and response header.
- Egg::Plugin::Log - Plugin concerning log.
- Egg::Plugin::Pod::HTML - pod2html for Egg Plugin.
- Egg::Plugin::Prototype - Plugin for Prototype
- Egg::Plugin::Redirect::Body - Output of redirect screen etc.
- Egg::Plugin::Request::ServerPort - Server port is compelled by a set value.
- Egg::Plugin::TemplateAuto - Plugin in which it assists for template decision.
- Egg::Plugin::Tools - Various function collections.
- Egg::Plugin::Upload - Plugin to support file upload.
- Egg::Plugin::Upload::CGI - Standard driver of Egg plugin Upload.
- Egg::Plugin::Upload::ModPerl - mod_perl support of Egg plugin Upload.
- Egg::Plugin::YAML - Plugin that treats YAML.
- Egg::Plugin::rc - Loading the resource code file for Egg is supported.
- Egg::Release - Version of Egg WEB Application Framework.
- Egg::Request - HTTP request processing for Egg.
- Egg::Request::Apache - Base class for mod_perl request class.
- Egg::Request::Apache::MP13 - mod_perl1.3x for Egg request.
- Egg::Request::Apache::MP19 - mod_perl1.9x for Egg request.
- Egg::Request::Apache::MP20 - mod_perl2.0 for Egg request.
- Egg::Request::CGI - CGI.pm for Egg request.
- Egg::Request::FastCGI - Request class for FastCGI.
- Egg::Response - HTTP response processing for Egg.
- Egg::View - Base class only for VIEW.
- Egg::View::Mason - HTML::Mason for Egg View.
- Egg::View::Template - HTML::Template for Egg view.
- Egg::View::Template::Params - Some parameters are set in Egg::View.
Provides
- Egg::DummyLog in lib/Egg.pm
- Egg::Error in lib/Egg/Exception.pm
- Egg::Plugin::DBI::Easy::accessors in lib/Egg/Plugin/DBI/Easy.pm
- Egg::Plugin::DBI::Easy::handler in lib/Egg/Plugin/DBI/Easy.pm
- Egg::Plugin::Debugging::Report::SimpleBench in lib/Egg/Plugin/Debugging/Report.pm
- Egg::Plugin::Debugging::handler in lib/Egg/Plugin/Debugging.pm
- Egg::Plugin::Dispatch::Fast::handler in lib/Egg/Plugin/Dispatch/Fast.pm
- Egg::Plugin::Dispatch::Standard::handler in lib/Egg/Plugin/Dispatch/Standard.pm
- Egg::Plugin::Dispatch::handler in lib/Egg/Plugin/Dispatch.pm
- Egg::Plugin::Log::handler in lib/Egg/Plugin/Log.pm
- Egg::Plugin::Pod::HTML::options in lib/Egg/Plugin/Pod/HTML.pm
- Egg::Plugin::Upload::handler in lib/Egg/Plugin/Upload.pm
- Egg::Request::CGI::handler in lib/Egg/Request/CGI.pm
- Egg::Response::FetchCookie in lib/Egg/Response.pm
- Egg::Response::TieCookie in lib/Egg/Response.pm
Examples
- eg/Example/Build.PL
- eg/Example/Changes
- eg/Example/MANIFEST
- eg/Example/MANIFEST.SKIP
- eg/Example/Makefile.PL
- eg/Example/README
- eg/Example/bin/dispatch.fcgi
- eg/Example/bin/example_helper.pl
- eg/Example/bin/example_tester.pl
- eg/Example/bin/trigger.cgi
- eg/Example/etc/lighttpd+fastcgi.conf.example
- eg/Example/etc/mod_perl2.conf.example
- eg/Example/htdocs/favicon.ico
- eg/Example/lib/Example/config.pm
- eg/Example/t/01_Example.t
- eg/Example/t/02_Example-config.t
- eg/egg_helper.pl
- eg/egg_makemaker.pl