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