=pod =head1 NAME Moose::Cookbook - How to cook a Moose =head1 DESCRIPTION The Moose cookbook is a series of recipies 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. =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 =back =head1 SEE ALSO =over 4 =item L =back =head1 AUTHOR Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE Copyright 2006 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