Changes for version 5.7008 - 2008-08-10

  • Added $c->request->query_keywords for getting the keywords (a query string with no parameters).
  • Add undef warning for uri_for.
  • Fix bug where a nested component would be setup twice.
  • Make ensure_class_loaded behave better with malformed class name.
  • Make _register_plugin use ensure_class_loaded.
  • Remove 'Argument "??" isn't numeric in sprintf' warning. (Emanuele Zeppieri)
  • Fixed a bug where Content-Length could be set to 0 if a filehandle object in $c->response->body did not report a size.
  • Fixed issue where development server running in fork mode did not properly exit after a write error. (http://rt.cpan.org/Ticket/Display.html?id=27135)
  • Remove warning for captures that are undef.
  • Fixed $c->read and parse_on_demand mode.
  • Fixed a bug with the HTTP engine where very large response bodies would not be sent properly.

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