1Catalyst::Manual(3)   User Contributed Perl Documentation  Catalyst::Manual(3)
2
3
4

NAME

6       Catalyst::Manual - User guide and reference for Catalyst
7

DESCRIPTION

9       This is the (table of contents page of the) comprehensive user guide
10       and reference for Catalyst.
11

IMPORTANT NOTE

13       If you need to read the Catalyst Manual make sure that you have Cata‐
14       lyst::Manual installed from cpan.  To check that it is installed run
15       the following command from a unix (bash) prompt:
16
17        $ perldoc -t Catalyst::Manual::Tutorial::CatalystBasics 2>&1 >/dev/null && echo OK ⎪⎪ echo MISSING
18
19       If you see "OK" as the output, it's there, if you see "MISSING" you
20       need to install the Catalyst::Manual distribution.
21
22       ·   Catalyst::Manual::About
23
24           Explanation (without code) of what Catalyst is and why to use it.
25
26       ·   Catalyst::Manual::Intro
27
28           Introduction to Catalyst. This is a detailed, if unsystematic, look
29           at the basic concepts of Catalyst and what the best practices are
30           for writing applications with it.
31
32       ·   Catalyst::Manual::Tutorial
33
34           A detailed step-by-step tutorial going through a single application
35           thoroughly.
36
37       ·   Catalyst::Manual::Plugins
38
39           Catalyst Plugins and Components. A brief look at some of the very
40           many modules for extending Catalyst.
41
42       ·   Catalyst::Manual::Cookbook
43
44           Cooking with Catalyst. Recipes and solutions that you might want to
45           use in your code.
46
47       ·   Catalyst::Manual::Installation
48
49           How to install Catalyst, in a variety of different ways. A closer
50           look at one of the more difficult issues of using the frame‐
51           work--getting it.
52
53       ·   Catalyst::Manual::WritingPlugins
54
55           Writing plugins for Catalyst; the use of NEXT.
56
57       ·   Catalyst::Manual::Internals
58
59           Here be dragons! A very brief explanation of the Catalyst request
60           cycle, the major components of Catalyst, and how you can use this
61           knowledge when writing applications under Catalyst.
62

SUPPORT

64       IRC:
65
66           Join #catalyst on irc.perl.org.
67
68       Mailing-Lists:
69
70           http://lists.rawmode.org/mailman/listinfo/catalyst
71           http://lists.rawmode.org/mailman/listinfo/catalyst-dev
72

AUTHOR

74       Sebastian Riedel, "sri@oook.de" Jesse Sheidlower, "jester@panix.com"
75
77       This program is free software, you can redistribute it and/or modify it
78       under the same terms as Perl itself.
79
80
81
82perl v5.8.8                       2007-09-20               Catalyst::Manual(3)
Impressum