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

Changes for version 5.70_01 - 2005-04-23

  • Updated log format
  • Removed rounded corners from built in screens
  • ConfigLoader: Updated to version 0.05
  • Propagate errors from Catalyst::Test
  • Removed Catalyst::Build (was deprecated for months)
  • Split Catalyst and Catalyst::Helper
  • Added the Action() and MyAction() attribute
  • Added $c->req->uri_with() helper
  • ConfigLoader: Updated to version 0.05
  • Fix up Engine to avoid a new 5.8.8 warning
  • Added app name with :: support for PAR
  • Added $c->models/views/controllers
  • Static::Simple: Unescape the URI path before looking for the file. This fixes issues with files that have spaces.
  • Looping and recursion tests plus a fix
  • Added lots of API documentation.
  • Changed default behaviors for $c->model/$c->controller/$c->view to more sane settings.
  • added the clear_errors method - an alias for error(0)
  • Added tmpdir option for uploads (woremacx)
  • Applied patch from GEOFFR to allow normal filehandles.
  • Refactored Dispatcher internals for better readability and speedup (stress tests run 12% faster)
  • Allow $c->error to run as a class method

Documentation

User guide and reference for Catalyst
Basic explanation of Catalyst
Cooking with Catalyst
Frequently Asked Questions
Catalyst Internals
Introduction to Catalyst
Catalyst Plugins (and Components)
Getting started with Catalyst
An introduction to writing plugins with NEXT.
Bootstrap a Catalyst application

Modules

The Elegant MVC Web Application Framework
Catalyst Action
Catalyst Action Container
Catalyst Base Class
Catalyst Component Base Class
Catalyst Controller base class
DispatchType Base Class
Action 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
Load config files of various types
Load YAML config files
Make serving static pages painless.
provides information about the current client request
handles file upload requests
stores output responding to the current client request
Test Catalyst Applications
The Catalyst Utils
Catalyst View base class

Provides

in lib/Catalyst/Exception.pm