Catalyst::Manual - The Catalyst developer's manual


Catalyst-Manual documentation Contained in the Catalyst-Manual distribution.

Index


Code Index:

NAME

Top

Catalyst::Manual - The Catalyst developer's manual

SYNOPSIS

Top

    perldoc Catalyst::Manual::Intro
    perldoc Catalyst::Manual::Tutorial




SEE ALSO

Top

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:

Books

For additional information on Catalyst, there are currently two books available:

AUTHORS

Top

Catalyst Contributors, see Catalyst.pm

COPYRIGHT

Top


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;