Release commit for 5.9013
[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
4f6547c6 9our $VERSION = '5.9013';
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
2b474908 85https://link.springer.com/book/10.1007/978-1-4302-2366-5
683b9ce1 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
683b9ce1 95
96=back
97
0cc8f2fa 98=head1 SUPPORT
99
100Corrections or amendments may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Manual>
56a12748 101(or L<bug-Catalyst-Manual@rt.cpan.org|mailto:bug-Catalyst-Manual@rt.cpan.org>).
0cc8f2fa 102
103There is also a mailing list available for users of this distribution, at
104L<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>.
105
106There is also an irc channel available for users of this distribution, at
107L<irc://irc.perl.org/#catalyst>.
108
bbddff00 109=head1 AUTHORS
110
56a12748 111Catalyst Contributors, see L<Catalyst>
bbddff00 112
239d8ef3 113=head1 COPYRIGHT AND LICENCE
bbddff00 114
239d8ef3 115This software is copyright (c) 2006 by the Catalyst contributors.
116
117This is free software and content; you can redistribute it and/or modify it under
118the same terms as the Perl 5 programming language system itself.
bbddff00 119
120=cut