Moving tutorial POD here
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
CommitLineData
d442cc9f 1#!perl
2# Manual.pm
3# Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
4
5package Catalyst::Manual;
6
7=head1 NAME
8
9Catalyst::Manual - pacakge holding the Catalyst developer's manual and tutorial
10
11=head1 SYNOPSIS
12
13 perldoc Catalyst::Manual::Intro
14 perldoc Catalyst::Tutorial
15
16=head1 SEE ALSO
17
18Get L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to install
19all the dependencies you need to follow along with the Tutorial.
20
21=cut
22
23our $VERSION = '0.01';
24
251;