Changes for version 3.08 - 2008-03-30
- fixed for Egg::Util::DebugScreen
- fixed for Egg.
- fixed for Egg::Log::STDERR.
- fixed for Egg::Plugin::Filter.
- fixed for Egg::Plugin::Mason.
- bugfix for Egg::Plugin::Tools.
- Egg::Plugin::Filter::Plugin::Japanese is added.
- Egg::Plugin::Filter::Plugin::EUC is added.
- Egg::Plugin::Filter::Plugin::Shift_JIS is added.
- Egg::Plugin::Filter::Plugin::UTF8 is added.
- Egg::Plugin::HTML::TagCloud.
Modules
- Egg - MVC Framework.
- Egg::Base - Generic base class for Egg.
- Egg::Component - Base class to treat Egg component.
- Egg::Component::Base - Base class for component.
- Egg::Dispatch - Base class for dispatch.
- Egg::Dispatch::Fast - Another dispatch class.
- Egg::Dispatch::Standard - Dispatch of Egg standard.
- Egg::Exception - The exception with stack trace is generated.
- Egg::Helper - Helper module for Egg.
- Egg::Helper::Build::Module - The module file complete set is generated.
- Egg::Helper::Build::Plugin - The template of the plugin module is generated.
- Egg::Helper::Build::Project - Helper to generate project.
- Egg::Helper::Build::Prototype - Helper who outputs prototype.js
- Egg::Helper::Config::YAML - The configuration of the YAML format is output.
- Egg::Helper::Util::Base - Utility for a helper module.
- Egg::Helper::Util::Tester - Operation test of project.
- Egg::Helper::Util::VirtualProject - Virtual project for package test.
- Egg::Log::STDERR - Log message is output to STDERR.
- Egg::Manager - Model manager and view manager's base classes.
- Egg::Manager::Model - Model manager for Egg.
- Egg::Manager::View - View manager for Egg.
- Egg::Model - Base class for model.
- Egg::Plugin::Banner::Rotate - Plugin to display advertisement rotating.
- 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 - An external configuration for Egg is loaded.
- Egg::Plugin::Debug::Bar - Plugin to bury bar for debugging under contents for Egg.
- Egg::Plugin::Encode - Conversion function of character.
- Egg::Plugin::File::Rotate - Plugin that does file rotation.
- Egg::Plugin::FillInForm - HTML::FillInForm for Egg.
- Egg::Plugin::Filter - Plugin to regularize input data.
- Egg::Plugin::Filter::Plugin::Japanese - Filter processing for Japanese.
- Egg::Plugin::Filter::Plugin::Japanese::EUC - The filter for the EUC character is set up.
- Egg::Plugin::Filter::Plugin::Japanese::Shift_JIS - The filter for the Shift_JIS character is set up.
- Egg::Plugin::Filter::Plugin::Japanese::UTF8 - The filter for the UTF8 character is set up.
- Egg::Plugin::FormValidator::Simple - Validator for Egg with FormValidator::Simple
- Egg::Plugin::HTML::TagCloud - Plugin to use HTML::TagCloud.
- Egg::Plugin::HTTP::BrowserDetect - Plugin for HTTP::BrowserDetect.
- Egg::Plugin::HTTP::HeadParser - Analysis of request header and response header.
- Egg::Plugin::Mason - Plugin for Egg::View::Mason
- Egg::Plugin::Prototype - Plugin for Prototype
- Egg::Plugin::Request::Upload - File upload function.
- Egg::Plugin::Response::Redirect - Output of redirect screen etc.
- Egg::Plugin::Tools - Convenient method collection for Egg.
- Egg::Plugin::WYSIWYG::FCKeditor - Plugin to use FCKeditor that is WYSIWYG.
- Egg::Plugin::YAML - Plugin to treat data of YAML format.
- Egg::Plugin::rc - Loading the resource code file for Egg is supported.
- Egg::Release - Version of Egg WEB Application Framework.
- Egg::Request - WEB request processing for Egg.
- Egg::Request::Apache - Request class for mod_perl.
- 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 - Request processing by CGI.pm
- Egg::Request::FastCGI - Request class to use FastCGI.
- Egg::Request::Upload - Base class for file upload.
- Egg::Request::Upload::CGI - File upload by CGI::Upload.
- Egg::Request::Upload::ModPerl - File upload by Apache::Upload.
- Egg::Response - WEB response processing for Egg.
- Egg::Response::Headers - Response header class for Egg.
- Egg::Util - Standard method of utility for Egg.
- Egg::Util::BenchMark - Easy bench mark class for Egg.
- Egg::Util::BlankPage - Default page for project.
- Egg::Util::Debug - Debug class for Egg.
- Egg::Util::DebugScreen - Debugging screen for Egg.
- Egg::Util::STDIO - Module to use IO::Scalar easily.
- Egg::View - Base class for view.
- Egg::View::HT - View for HTML::Template.
- Egg::View::Mason - View for HTML::Mason
Provides
- Egg::Dispatch::Fast::handler in lib/Egg/Dispatch/Fast.pm
- Egg::Dispatch::Standard::handler in lib/Egg/Dispatch/Standard.pm
- Egg::Dispatch::handler in lib/Egg/Dispatch.pm
- Egg::Error in lib/Egg/Exception.pm
- Egg::Helper::Dummy in lib/Egg/Helper.pm
- Egg::Helper::Project in lib/Egg/Helper.pm
- Egg::Manager::Model::handler in lib/Egg/Manager/Model.pm
- Egg::Manager::View::handler in lib/Egg/Manager/View.pm
- Egg::Plugin::Banner::Rotate::handler in lib/Egg/Plugin/Banner/Rotate.pm
- Egg::Plugin::Encode::TieHash in lib/Egg/Plugin/Encode.pm
- Egg::Plugin::Mason::handler in lib/Egg/Plugin/Mason.pm
- Egg::Plugin::Response::ErrorDocument in lib/Egg/Plugin/Response/ErrorDocument.pm
- Egg::Plugin::WYSIWYG::FCKeditor::handler in lib/Egg/Plugin/WYSIWYG/FCKeditor.pm
- Egg::Request::CGI::handler in lib/Egg/Request/CGI.pm
- Egg::Request::Upload::CGI::handler in lib/Egg/Request/Upload/CGI.pm
- Egg::Request::Upload::ModPerl::handler in lib/Egg/Request/Upload/ModPerl.pm
- Egg::Request::handler in lib/Egg/Request.pm
- Egg::Response::FetchCookie in lib/Egg/Response/TieCookie.pm
- Egg::Response::Headers::TieHash in lib/Egg/Response/Headers.pm
- Egg::Response::TieCookie in lib/Egg/Response/TieCookie.pm
- Egg::Response::handler in lib/Egg/Response.pm
- Egg::Util::STDIO::result in lib/Egg/Util/STDIO.pm
- Egg::View::HT::handler in lib/Egg/View/HT.pm
- Egg::View::Mason::handler in lib/Egg/View/Mason.pm
- Egg::View::Template::GlobalParam in lib/Egg/View/Template/GlobalParam.pm