Fix Template Toolkit website link (RT #37574)
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
1 # Manual.pm 
2 # Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
3
4 package Catalyst::Manual;
5
6 use strict;
7 use warnings;
8
9 =head1 NAME
10
11 Catalyst::Manual - The Catalyst developer's manual
12
13 =head1 SYNOPSIS
14
15     perldoc Catalyst::Manual::Intro
16     perldoc Catalyst::Manual::Tutorial
17
18 =head1 SEE ALSO
19
20 Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
21 install all the dependencies you need to follow along with the
22 Tutorial.
23
24 =cut
25
26 our $VERSION = '5.7013';
27
28 1;