NAME
Moose::Cookbook - How to cook a Moose
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 Moose::Cookbook::FAQ and a Moose::Cookbook::WTF for common questions and problems people have with Moose.
RECIPES
- Moose::Cookbook::Recipe1 - The (always classic) Point example
- Moose::Cookbook::Recipe2 - A simple BankAccount example
- Moose::Cookbook::Recipe3 - A lazy BinaryTree example
- Moose::Cookbook::Recipe4 - Subtypes, and modeling a simple Company class hierarchy
- Moose::Cookbook::Recipe5 - More subtypes, coercion in a Request class
- Moose::Cookbook::Recipe6 - The Moose::Role example
- Moose::Cookbook::Recipe7 - The augment/inner example
SEE ALSO
AUTHOR
Stevan Little <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2006, 2007 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.