Added COMPONENT() and ACCEPT_CONTEXT() support
[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::Intro>
10     Introduction to Catalyst.
11
12 L<Catalyst::Manual::Tutorial>
13     A simple step by step tutorial.
14
15 L<Catalyst::Manual::Plugins>
16     Catalyst Plugins and Components.
17
18 L<Catalyst::Manual::Cookbook>
19     Cooking with Catalyst
20
21 L<Catalyst::Manual::WritingPlugins>
22     Writing plugins for Catalyst; the use of L<NEXT>.
23
24 L<Catalyst::Manual::Internals>
25     Here be dragons!
26
27 L<Catalyst::Manual::FAQ>
28     Frequently Asked Questions.
29
30 =head1 SUPPORT
31
32 IRC:
33
34     Join #catalyst on irc.perl.org.
35
36 Mailing-Lists:
37
38     http://lists.rawmode.org/mailman/listinfo/catalyst
39     http://lists.rawmode.org/mailman/listinfo/catalyst-dev
40
41 =head1 AUTHOR
42
43 Sebastian Riedel, C<sri@oook.de>
44
45 =head1 COPYRIGHT
46
47 This program is free software, you can redistribute it and/or modify it under
48 the same terms as Perl itself.