Changes for version 5.7012 - 2007-12-16
- Fix __PACKAGE__->config->{foo} = 'bar' case with subclassing
- Add Catalyst::Stats (Jon Schutz)
- Fixed a bug where ?q=bar=baz is decoded as q=>'bar', not 'bar=baz'. (Tatsuhiko Miyagawa, Masahiro Nagano)
- Fixed a bug where -rr (restart regex) command line option could cause shell errors. (Aristotle Pagaltzis, Chisel Wright)
Documentation
- Catalyst::Manual::Installation - Catalyst Installation
- Catalyst::Manual::Installation::CentOS4 - Catalyst Installation on CentOS 4
- catalyst - Bootstrap a Catalyst application
Modules
- Catalyst - The Elegant MVC Web Application Framework
- Catalyst::Action - Catalyst Action
- Catalyst::ActionChain - Chain of Catalyst Actions
- Catalyst::ActionContainer - Catalyst Action Container
- Catalyst::AttrContainer
- Catalyst::Base - Deprecated base class
- Catalyst::Build - Module::Build extension for Catalyst
- Catalyst::Component - Catalyst Component Base Class
- Catalyst::Controller - Catalyst Controller base class
- Catalyst::DispatchType - DispatchType Base Class
- Catalyst::DispatchType::Chained - Path Part DispatchType
- Catalyst::DispatchType::Default - Default DispatchType
- Catalyst::DispatchType::Index - Index DispatchType
- Catalyst::DispatchType::Path - Path DispatchType
- Catalyst::DispatchType::Regex - Regex DispatchType
- Catalyst::Dispatcher - The Catalyst Dispatcher
- Catalyst::Engine - The Catalyst Engine
- Catalyst::Engine::CGI - The CGI Engine
- Catalyst::Engine::FastCGI - FastCGI Engine
- Catalyst::Engine::HTTP - Catalyst HTTP Engine
- Catalyst::Engine::HTTP::Restarter - Catalyst Auto-Restarting HTTP Engine
- Catalyst::Engine::HTTP::Restarter::Watcher - Watch for changed application files
- Catalyst::Exception - Catalyst Exception Class
- Catalyst::Log - Catalyst Log Class
- Catalyst::Manual - User guide and reference for Catalyst
- Catalyst::Model - Catalyst Model base class
- Catalyst::Request - provides information about the current client request
- Catalyst::Request::Upload - handles file upload requests
- Catalyst::Response - stores output responding to the current client request
- Catalyst::Runtime - Catalyst Runtime version
- Catalyst::Stats - Catalyst Timing Statistics Class
- Catalyst::Test - Test Catalyst Applications
- Catalyst::Utils - The Catalyst Utils
- Catalyst::View - Catalyst View base class
Provides
- Catalyst::Exception::Base in lib/Catalyst/Exception.pm