Update year on copyright
[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
af20a15d 9our $VERSION = '5.8004';
4ab6212d 10
d442cc9f 11=head1 NAME
12
d6a46222 13Catalyst::Manual - The Catalyst developer's manual
d442cc9f 14
683b9ce1 15
d442cc9f 16=head1 SYNOPSIS
17
18 perldoc Catalyst::Manual::Intro
2e13b908 19 perldoc Catalyst::Manual::Tutorial
d442cc9f 20
683b9ce1 21
d442cc9f 22=head1 SEE ALSO
23
2e13b908 24Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
25install all the dependencies you need to follow along with the
f5988ef5 26Tutorial. You can also refer to
27L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::Intro>
28for more information on installation options.
29
c5d94181 30Some "Getting Started" Links:
f5988ef5 31
32=over 4
33
34=item *
35
36L<Catalyst::Manual::About|Catalyst::Manual::About>
37
38=item *
39
e91e320b 40L<Catalyst::Manual::Intro>
f5988ef5 41
42=item *
43
e91e320b 44L<Catalyst::Manual::Tutorial>
f5988ef5 45
46=item *
47
e91e320b 48L<Catalyst::Manual::Actions>
f5988ef5 49
50=item *
51
e91e320b 52L<Catalyst::Manual::Cookbook>
f5988ef5 53
54=item *
55
e91e320b 56L<Catalyst::Manual::DevelopmentProcess>
f5988ef5 57
58=item *
59
e91e320b 60L<Catalyst::Manual::ExtendingCatalyst>
f5988ef5 61
62=item *
63
e91e320b 64L<Catalyst::Manual::Internals>
f5988ef5 65
66=item *
67
68L<Catalyst::Manual::Plugins|Catalyst::Manual::Plugins>
69
70=back
d442cc9f 71
683b9ce1 72=head2 Books
73
74For additional information on Catalyst, there are currently two books available:
75
683b9ce1 76=over 4
77
78=item *
79
80The Definitive Guide to Catalyst: Writing Extendable, Scalable and
81Maintainable Perl–Based Web Applications
82
83By: Kieren Diment, Matt Trout
84Available July 12, 2009
85ISBN 10: 1-4302-2365-0
86ISBN 13: 978-1-4302-2365-8
87http://www.apress.com/book/view/9781430223658
88
89=item *
90
91Accelerating Perl Web Application Development
92
93By: Jonathan Rockway
94Published December, 2007
95ISBN 10: 1847190952
96ISBN 13: 978-1-847190-95-6
97http://www.packtpub.com/catalyst-perl-web-application/book
98
99=back
100
bbddff00 101=head1 AUTHORS
102
103Catalyst Contributors, see Catalyst.pm
104
105=head1 COPYRIGHT
106
107This library is free software. You can redistribute it and/or modify it under
108the same terms as Perl itself.
109
110=cut
111
d442cc9f 1121;