- Made Action accessor names more consistent (namespace -> class, prefix -> namespace)
[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
9L<Catalyst::Manual::Intro>
10 Introduction to Catalyst.
11
a0bb847e 12L<Catalyst::Manual::Tutorial>
13 A simple step by step tutorial.
14
fc7ec1d9 15L<Catalyst::Manual::Cookbook>
16 Cooking with Catalyst.
17
18L<Catalyst::Manual::Internals>
19 Here be dragons!
20
8e40e7ef 21L<Catalyst::Manual::SuccessStories>
22 Catalyst rocks!
23
24L<Catalyst::Manual::Troubleshooting>
25 Got trouble? Read this first!
26
27L<Catalyst::Manual::FAQ>
28 Frequently Asked Questions.
29
3cb1db8c 30=head1 SUPPORT
31
32IRC:
33
34 Join #catalyst on irc.perl.org.
35
36Mailing-Lists:
37
38 http://lists.rawmode.org/mailman/listinfo/catalyst
39 http://lists.rawmode.org/mailman/listinfo/catalyst-dev
40
fc7ec1d9 41=head1 AUTHOR
42
43Sebastian Riedel, C<sri@oook.de>
44
45=head1 COPYRIGHT
46
47This program is free software, you can redistribute it and/or modify it under
48the same terms as Perl itself.