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

Changes for version 5.71001 - 2009-03-26

  • Add the Catalyst::Dispatcher->dispatch_type method (ash)
  • Support Moose components so that attribute defaults work and BUILD methods are correctly called (t0m)
    • Add tests for this (Florian Ragwitz)
  • Change the $c->visit and $c->go methods to optionally take CaptureArgs, making them useful to call ActionChains with (t0m)
    • Tests for this (Radoslaw Zielinski)
  • Fix _invoke_as_component method to find the proper action instance for dispatchable actions so that ->visit or ->going to ActionChains with qw/Class::Name method_name/ works correctly (t0m)
    • Tests for this (Radoslaw Zielinski)
  • Throw an exception rather than loading an app if an action tries to chain to itself (t0m)
    • Tests for this
  • Added Catalyst::Test::ctx_request to be able to inspect the context object after a request is made (Jos Boumans)
  • Fix the warnings about regex fallback in component resolution to not hard code ->model in the warning message (t0m)

Documentation

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
Handles code attribute storage and caching
Deprecated base class
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
User guide and reference for Catalyst
Catalyst Model base class
provides information about the current client request
handles file upload requests
stores output responding to the current client request
The Catalyst Framework Runtime
Catalyst Timing Statistics Class
Test Catalyst Applications
The Catalyst Utils
Catalyst View base class

Provides

in lib/Catalyst/Exception.pm