6 Moose::Cookbook - How to cook a Moose
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
19 =item L<Moose::Cookbook::Recipe1> - The (always classic) B<Point> example
21 =item L<Moose::Cookbook::Recipe2> - A simple B<BankAccount> example
23 =item L<Moose::Cookbook::Recipe3> - A lazy B<BinaryTree> example
25 =item L<Moose::Cookbook::Recipe4> - Subtypes, and modeling a simple B<Company> class hierarchy
27 =item L<Moose::Cookbook::Recipe5> - More subtypes, coercion in a B<Request> class
29 =item L<Moose::Cookbook::Recipe6> - The Moose::Role example
37 =item L<http://www.gsph.com/gsph/index.php?ID=291&Lang=En>
43 Stevan Little E<lt>stevan@iinteractive.comE<gt>
45 =head1 COPYRIGHT AND LICENSE
47 Copyright 2006 by Infinity Interactive, Inc.
49 L<http://www.iinteractive.com>
51 This library is free software; you can redistribute it and/or modify
52 it under the same terms as Perl itself.