| Catalyst-Manual documentation | Contained in the Catalyst-Manual distribution. |
Catalyst::Manual - The Catalyst developer's manual
perldoc Catalyst::Manual::Intro
perldoc Catalyst::Manual::Tutorial
Install Task::Catalyst::Tutorial to install all the dependencies you need to follow along with the Tutorial. You can also refer to Catalyst::Manual::Tutorial::Intro (Catalyst::Manual::Tutorial::01_Intro) for more information on installation options.
Some "Getting Started" Links:
For additional information on Catalyst, there are currently two books available:
Catalyst Contributors, see Catalyst.pm
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-Manual documentation | Contained in the Catalyst-Manual distribution. |
# Manual.pm # Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org> package Catalyst::Manual; use strict; use warnings; our $VERSION = '5.8007';
1;