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