The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 5.7007 - 2007-03-13

  • Performance and stability improvements to the built-in HTTP server.
  • Don't ignore file uploads if form contains a text field with the same name. (Carl Franks)
  • Support restart_delay of 0 (for use in the POE engine).
  • Skip body processing if we don't have a Content-Length header. Results in about a 9% performance increase when handling GET/HEAD requests.
  • Add a default body to redirect responses.
  • MyApp->model/view now looks at MyApp->config->{default_view/model} (Bogdan Lucaciu)

Documentation

User guide and reference for Catalyst
Catalyst Installation
Catalyst Installation on CentOS 4
Bootstrap a Catalyst application

Modules

The Elegant MVC Web Application Framework
Catalyst Action
Chain of Catalyst Actions
Catalyst Action Container
Deprecated base class
Module::Build extension for Catalyst
Catalyst Component Base Class
Catalyst Controller base class
DispatchType Base Class
Path Part DispatchType
Default DispatchType
Index DispatchType
Path DispatchType
Regex DispatchType
The Catalyst Dispatcher
The Catalyst Engine
The CGI Engine
FastCGI Engine
Catalyst HTTP Engine
Catalyst Auto-Restarting HTTP Engine
Watch for changed application files
Catalyst Exception Class
Catalyst Log Class
Catalyst Model base class
provides information about the current client request
handles file upload requests
stores output responding to the current client request
Catalyst Runtime version
Test Catalyst Applications
The Catalyst Utils
Catalyst View base class

Provides

in lib/Catalyst/Exception.pm