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