document the location of the RT queue, the mailing list, and irc channel
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
CommitLineData
d442cc9f 1# Manual.pm
2# Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
3
4package Catalyst::Manual;
5
8f455654 6use strict;
7use warnings;
8
ac93bae8 9our $VERSION = '5.9009';
4ab6212d 10
d442cc9f 11=head1 NAME
12
d6a46222 13Catalyst::Manual - The Catalyst developer's manual
d442cc9f 14
15=head1 SYNOPSIS
16
17 perldoc Catalyst::Manual::Intro
2e13b908 18 perldoc Catalyst::Manual::Tutorial
d442cc9f 19
683b9ce1 20
d442cc9f 21=head1 SEE ALSO
22
2e13b908 23Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
24install all the dependencies you need to follow along with the
f5988ef5 25Tutorial. You can also refer to
db24da78 26L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::01_Intro>
f5988ef5 27for more information on installation options.
28
c5d94181 29Some "Getting Started" Links:
f5988ef5 30
31=over 4
32
33=item *
34
35L<Catalyst::Manual::About|Catalyst::Manual::About>
36
37=item *
38
e91e320b 39L<Catalyst::Manual::Intro>
f5988ef5 40
41=item *
42
e91e320b 43L<Catalyst::Manual::Tutorial>
f5988ef5 44
45=item *
46
e91e320b 47L<Catalyst::Manual::Actions>
f5988ef5 48
49=item *
50
e91e320b 51L<Catalyst::Manual::Cookbook>
f5988ef5 52
53=item *
54
e91e320b 55L<Catalyst::Manual::DevelopmentProcess>
f5988ef5 56
57=item *
58
e91e320b 59L<Catalyst::Manual::ExtendingCatalyst>
f5988ef5 60
61=item *
62
e91e320b 63L<Catalyst::Manual::Internals>
f5988ef5 64
f5988ef5 65=back
d442cc9f 66
683b9ce1 67=head2 Books
68
69For additional information on Catalyst, there are currently two books available:
70
683b9ce1 71=over 4
72
73=item *
74
75The Definitive Guide to Catalyst: Writing Extendable, Scalable and
a8d9d220 76Maintainable Perl-Based Web Applications
683b9ce1 77
78By: Kieren Diment, Matt Trout
79Available July 12, 2009
80ISBN 10: 1-4302-2365-0
81ISBN 13: 978-1-4302-2365-8
82http://www.apress.com/book/view/9781430223658
83
84=item *
85
86Accelerating Perl Web Application Development
87
88By: Jonathan Rockway
89Published December, 2007
90ISBN 10: 1847190952
91ISBN 13: 978-1-847190-95-6
92http://www.packtpub.com/catalyst-perl-web-application/book
93
94=back
95
0cc8f2fa 96=head1 SUPPORT
97
98Corrections or amendments may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Manual>
99(or L<bug-Catalyst-Manual@rt.cpan.org|mailto:Catalyst-Manual@rt.cpan.org>).
100
101There is also a mailing list available for users of this distribution, at
102L<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>.
103
104There is also an irc channel available for users of this distribution, at
105L<irc://irc.perl.org/#catalyst>.
106
bbddff00 107=head1 AUTHORS
108
109Catalyst Contributors, see Catalyst.pm
110
111=head1 COPYRIGHT
112
113This library is free software. You can redistribute it and/or modify it under
114the same terms as Perl itself.
115
116=cut
117
d442cc9f 1181;