minor doc improvements
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual.pod
CommitLineData
fc7ec1d9 1=head1 NAME
2
3Catalyst::Manual - User guide and reference for Catalyst
4
5=head1 DESCRIPTION
6
7This is the comprehensive user guide and reference for Catalyst.
8
aa2b0d97 9L<Catalyst::Manual::About>
10 Explanation (without code) of what Catalyst is and why to use it.
11
fc7ec1d9 12L<Catalyst::Manual::Intro>
13 Introduction to Catalyst.
14
a0bb847e 15L<Catalyst::Manual::Tutorial>
16 A simple step by step tutorial.
17
f4e62d6f 18L<Catalyst::Manual::Plugins>
19 Catalyst Plugins and Components.
20
fc7ec1d9 21L<Catalyst::Manual::Cookbook>
20ef3d59 22 Cooking with Catalyst
23
24L<Catalyst::Manual::WritingPlugins>
25 Writing plugins for Catalyst; the use of L<NEXT>.
fc7ec1d9 26
27L<Catalyst::Manual::Internals>
28 Here be dragons!
29
8e40e7ef 30L<Catalyst::Manual::FAQ>
31 Frequently Asked Questions.
32
3cb1db8c 33=head1 SUPPORT
34
35IRC:
36
37 Join #catalyst on irc.perl.org.
38
39Mailing-Lists:
40
41 http://lists.rawmode.org/mailman/listinfo/catalyst
42 http://lists.rawmode.org/mailman/listinfo/catalyst-dev
43
fc7ec1d9 44=head1 AUTHOR
45
46Sebastian Riedel, C<sri@oook.de>
47
48=head1 COPYRIGHT
49
50This program is free software, you can redistribute it and/or modify it under
51the same terms as Perl itself.