=pod =head1 NAME Moose::Cookbook - How to cook a Moose =head1 DESCRIPTION The Moose cookbook is a series of recipes taken from the Moose test suite. Each recipe presents some code, which demonstrates some of the features of Moose, and then proceeds to explain the details of the code. We also provide a L and a L for common questions and problems people have with Moose. =head1 RECIPES =over 4 =item L - The (always classic) B example =item L - A simple B example =item L - A lazy B example =item L - Subtypes, and modeling a simple B class hierarchy =item L - More subtypes, coercion in a B class =item L - The Moose::Role example =item L - The augment/inner example =item L - The meta-attribute example =back =head1 SEE ALSO =over 4 =item L =back =head1 AUTHOR Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE Copyright 2006-2008 by Infinity Interactive, Inc. L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut