# Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; use strict; use warnings; =head1 NAME Catalyst::Manual - The Catalyst developer's manual =head1 SYNOPSIS perldoc Catalyst::Manual::Intro perldoc Catalyst::Manual::Tutorial =head1 SEE ALSO Install L to install all the dependencies you need to follow along with the Tutorial. You can also refer to L for more information on installation options. Documentation Map: =over 4 =item * L =item * L =item * L =item * L =item * L =item * L =item * L =item * L =item * L =back =cut our $VERSION = '5.7017'; 1;