ROLES
[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 recipies 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 =head1 RECIPES
16
17 =over 4
18
19 =item L<Moose::Cookbook::Recipe1> - The (always classic) B<Point> example
20
21 =item L<Moose::Cookbook::Recipe2> - A simple B<BankAccount> example
22
23 =item L<Moose::Cookbook::Recipe3> - A lazy B<BinaryTree> example
24
25 =item L<Moose::Cookbook::Recipe4> - Subtypes, and modeling a simple B<Company> class hierarchy
26
27 =item L<Moose::Cookbook::Recipe5> - More subtypes, coercion in a B<Request> class
28
29 =item L<Moose::Cookbook::Recipe6> - The Moose::Role example
30
31 =back
32
33 =head1 SEE ALSO
34
35 =over 4
36
37 =item L<http://www.gsph.com/gsph/index.php?ID=291&Lang=En>
38
39 =back
40
41 =head1 AUTHOR
42
43 Stevan Little E<lt>stevan@iinteractive.comE<gt>
44
45 =head1 COPYRIGHT AND LICENSE
46
47 Copyright 2006 by Infinity Interactive, Inc.
48
49 L<http://www.iinteractive.com>
50
51 This library is free software; you can redistribute it and/or modify
52 it under the same terms as Perl itself.
53
54 =cut