mark :Regex and :LocalRegex as deprecated
[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
5446cbc4 9our $VERSION = '5.9008';
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
65=item *
66
67L<Catalyst::Manual::Plugins|Catalyst::Manual::Plugins>
68
69=back
d442cc9f 70
683b9ce1 71=head2 Books
72
73For additional information on Catalyst, there are currently two books available:
74
683b9ce1 75=over 4
76
77=item *
78
79The Definitive Guide to Catalyst: Writing Extendable, Scalable and
a8d9d220 80Maintainable Perl-Based Web Applications
683b9ce1 81
82By: Kieren Diment, Matt Trout
83Available July 12, 2009
84ISBN 10: 1-4302-2365-0
85ISBN 13: 978-1-4302-2365-8
86http://www.apress.com/book/view/9781430223658
87
88=item *
89
90Accelerating Perl Web Application Development
91
92By: Jonathan Rockway
93Published December, 2007
94ISBN 10: 1847190952
95ISBN 13: 978-1-847190-95-6
96http://www.packtpub.com/catalyst-perl-web-application/book
97
98=back
99
bbddff00 100=head1 AUTHORS
101
102Catalyst Contributors, see Catalyst.pm
103
104=head1 COPYRIGHT
105
106This library is free software. You can redistribute it and/or modify it under
107the same terms as Perl itself.
108
109=cut
110
d442cc9f 1111;