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

Changes for version 5.8008

  • Tutorial chaper 3
    • Remove note about hacking tests to require MyApp so that MyApp->path_to works. Application components should compile independently, and therefore explain this and show configuring components from the app class.
  • Tutorial appendix
    • Fix confusing mix of singular and plural table names in the MySQL section to be plural, as per the rest of the tutorial.
  • Cookbook
    • Remove suggestion to generate RSS feeds using Template Toolkit. This is a horrible idea, and it's very very easy to generate an invalid feed.

Documentation

The philosophy of Catalyst
Catalyst Reusable Actions
How Catalyst 5.8+ and Moose relate
Reuseable components for Catalyst applications
Cooking with Catalyst
Administrative structure of the Catalyst Development Process
Extending The Framework
Catalyst Internals
Introduction to Catalyst
Catalyst Tutorial: Overview
Catalyst Tutorial - Chapter 1: Introduction
Catalyst Tutorial - Chapter 2: Catalyst Application Development Basics
Catalyst Tutorial - Chapter 3: More Catalyst Application Development Basics
Catalyst Tutorial - Chapter 4: Basic CRUD
Catalyst Tutorial - Chapter 5: Authentication
Catalyst Tutorial - Chapter 6: Authorization
Catalyst Tutorial - Chapter 7: Debugging
Catalyst Tutorial - Chapter 8: Testing
Catalyst Tutorial - Chapter 9: Advanced CRUD
Catalyst Tutorial - Chapter 9: Advanced CRUD - FormBuilder
Catalyst Tutorial - Chapter 9: Advanced CRUD - FormFu
Catalyst Tutorial - Chapter 9: Advanced CRUD - FormHandler
Catalyst Tutorial - Chapter 10: Appendices
(DEPRECATED, see Catalyst::Manual::ExtendingCatalyst)

Modules

The Catalyst developer's manual
See Catalyst::Manual::Components instead