a705f0d41ceeb932f5f44d360febe4a9945847cd
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
1
2 =pod
3
4 =head1 NAME
5
6 Moose::Cookbook - How to cook a Moose
7
8 =head1 DESCRIPTION
9
10 The Moose cookbook is a series of recipes taken from the Moose 
11 test suite. Each recipe presents some code, which demonstrates 
12 some of the features of Moose, and then proceeds to explain the 
13 details of the code. 
14
15 We also provide a L<Moose::Cookbook::FAQ> and a L<Moose::Cookbook::WTF>
16 for common questions and problems people have with Moose. 
17
18 =head1 RECIPES
19
20 =over 4
21
22 =item L<Moose::Cookbook::Recipe1> - The (always classic) B<Point> example
23
24 =item L<Moose::Cookbook::Recipe2> - A simple B<BankAccount> example
25
26 =item L<Moose::Cookbook::Recipe3> - A lazy B<BinaryTree> example
27
28 =item L<Moose::Cookbook::Recipe4> - Subtypes, and modeling a simple B<Company> class hierarchy
29
30 =item L<Moose::Cookbook::Recipe5> - More subtypes, coercion in a B<Request> class
31
32 =item L<Moose::Cookbook::Recipe6> - The Moose::Role example
33
34 =item L<Moose::Cookbook::Recipe7> - The augment/inner example
35
36 =back
37
38 =head1 SEE ALSO
39
40 =over 4
41
42 =item L<http://www.gsph.com/gsph/index.php?ID=291&Lang=En>
43
44 =back
45
46 =head1 AUTHOR
47
48 Stevan Little E<lt>stevan@iinteractive.comE<gt>
49
50 =head1 COPYRIGHT AND LICENSE
51
52 Copyright 2006, 2007 by Infinity Interactive, Inc.
53
54 L<http://www.iinteractive.com>
55
56 This library is free software; you can redistribute it and/or modify
57 it under the same terms as Perl itself.
58
59 =cut