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