ROLES
[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
a7d0cd00 29=item L<Moose::Cookbook::Recipe6> - The Moose::Role example
30
471c4f09 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
43Stevan Little E<lt>stevan@iinteractive.comE<gt>
44
45=head1 COPYRIGHT AND LICENSE
46
47Copyright 2006 by Infinity Interactive, Inc.
48
49L<http://www.iinteractive.com>
50
51This library is free software; you can redistribute it and/or modify
52it under the same terms as Perl itself.
53
54=cut