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