=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 =head2 Basic Moose =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 augment/inner example =item L - Making Moose fast with immutable (TODO) =item L - ?? =item L - ?? =back =head2 Moose Roles =over 4 =item L - The Moose::Role example =item L - Advanced Role Composition (TODO) =back =head2 Meta Moose =over 4 =item L - Welcome to the meta-world (TODO) =item L - The meta-attribute example =item L - The meta-attribute trait example (TODO) =item L - The meta-instance example (TODO) =item L - The meta-class example (TODO) =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