Changes for version 0.13
- Earliness Egg::Request was made to be done from the plug-in in include.
Documentation
- install-helper.pl - It is a program for the installation of the helper script.
Modules
- Egg - WEB application framework.
- Egg::Appli - General base class.
- Egg::Appli::note - note.
- Egg::Config - It is a base class for MODEL and VIEW.
- Egg::Const - Constant module for Egg.
- Egg::D::Stand - Standard dispatch for Egg.
- Egg::Debug::Base - Debug report from Egg etc.
- Egg::Debug::Log - For output of Log.
- Egg::Debug::SimpleBench - The bench mark of easy Egg is taken.
- Egg::Engine - It assists in basic operation of Egg.
- Egg::Helper::Script - It is a base module of the helper script.
- Egg::Helper::Script::Dispatcher - The skeleton of Dispatch is made.
- Egg::Helper::Script::Install - The helper script is output.
- Egg::Helper::Script::Project - The project is generated.
- Egg::Helper::Script::Prototype - Prototype.js is output to an arbitrary directory.
- Egg::Helper::Script::YAML - The configuration is converted into the YAML form.
- Egg::Helper::Test - It helps the test program of the module.
- Egg::Helper::Welcom - Default page immediately after project.
- Egg::Helper::Welcom::Japanese - Japanese default page.
- Egg::Model - Common package for MODEL module.
- Egg::Model::DBI - It is DBI model for Egg.
- Egg::Plugin::AfterFinalize
- Egg::Plugin::Appli - Base plugin for Egg application.
- Egg::Plugin::Filter - Request query is straightened..
- Egg::Plugin::Filter::EUC_JP - Filter module for Japanese euc.
- Egg::Plugin::YAML - YAML can be treated.
- Egg::Release - WEB application framework release.
- Egg::Request - Exclusive module of WEB request processing.
- Egg::Request::Apache - It is a common module for mod_perl.
- Egg::Request::Apache::MP13 - The request is processed by Apache::Request.
- Egg::Request::Apache::MP19 - The request is processed by Apache::Request.
- Egg::Request::Apache::MP20 - The request is processed by Apache2::Request.
- Egg::Request::CGI - CGI module is used and the request is processed.
- Egg::Response - It processes it concerning the response of Egg.
- Egg::Response::TieCookie - This is an inventory location of set response cookie.
- Egg::View - Common package for VIEW module.
- Egg::View::Dummy - VIEW is for unnecessary.
- Egg::View::Template - HTML::Template is used for View of Egg.
- Egg::View::Template::Ex - An arbitrary code is moved in the template.
- Egg::View::Template::Params - Default parameter set for template driver that evaluates param.
Provides
- Egg::DummyEncode in lib/Egg/Engine.pm
- Egg::Plugin::Appli::Base in lib/Egg/Plugin/Appli.pm
- Egg::Response::TieCookie::Params in lib/Egg/Response/TieCookie.pm