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

Changes for version 5.30 - 2005-06-04

  • Fixed a bug where it was not possible to $c->forward to a component that was not inheriting from Catalyst::Base.
  • Fix for inheritance bug.
  • Allow forward with arguments.
  • Updated cookbook
  • Allow overriding home/root in config.
  • make module build cons README automatically.
  • prettify home path by resolving '..' (Andy Grundman)
  • improved helper templates a bit, new naming scheme for tests.
  • added support for case sensitivity, MyApp->config->{case_sensitive}
  • added $c->detach for non-returning forwards
  • added unified error handling, Catalyst::Exception
  • added section on param handling in Intro.pod
  • added $c->request->cookie
  • added Catalyst::Setup
  • refactored Catalyst::import()
  • improved rendering of error messages in debug mode
  • fixed a bug in Catalyst::Helper::mk_dir
  • further doc changes, esp. to Intro.pod

Documentation

User guide and reference for Catalyst
Cooking with Catalyst
Frequently Asked Questions
Catalyst Internals
Introduction to Catalyst
Catalyst Plugins (and Components)
Getting started with Catalyst
Bootstrap a Catalyst application

Modules

The Elegant MVC Web Application Framework
Catalyst Universal Base Class
Module::Build extension for Catalyst
The Catalyst Dispatcher
The Catalyst Engine
Catalyst Apache Engine
Base class for Apache Engines
Catalyst Apache MP13 Engine
Apreq class for MP 1.3 Engines
Base class for MP 1.3 Engines
Catalyst Apache MP19 Engine
Apreq class for MP 1.9 Engines
Base class for MP 1.9 Engines
Catalyst Apache MP20 Engine
Apreq class for MP 2.0 Engines
Base class for MP 2.0 Engines
The CGI Engine
The CGI APR Engine
Base class for CGI Engines
Catalyst FastCGI Engine
Catalyst FastCGI APR Engine
Base class for FastCGI Engines
Catalyst HTTP Engine
Base class for HTTP Engines
Catalyst HTTP Daemon Engine
Catalyst SpeedyCGI Engine
Base class for SpeedyCGI Engines
Catalyst Test Engine
Catalyst Exception Class
Bootstrap a Catalyst application
Catalyst Log Class
Catalyst Request Class
Catalyst Request Upload Class
Catalyst Response Class
The Catalyst Setup class
Test Catalyst applications
The Catalyst Utils

Provides

in lib/Catalyst/Engine/HTTP/Daemon.pm
in lib/Catalyst/Engine/HTTP/Daemon.pm
in lib/Catalyst/Exception.pm