1Moose::Cookbook(3)    User Contributed Perl Documentation   Moose::Cookbook(3)
2
3
4

NAME

6       Moose::Cookbook - How to cook a Moose
7

DESCRIPTION

9       The Moose cookbook is a series of recipes taken from the Moose test
10       suite. Each recipe presents some code, which demonstrates some of the
11       features of Moose, and then proceeds to explain the details of the
12       code.
13
14       We also provide a Moose::Cookbook::FAQ and a Moose::Cookbook::WTF for
15       common questions and problems people have with Moose.
16

RECIPES

18       Moose::Cookbook::Recipe1 - The (always classic) Point example
19       Moose::Cookbook::Recipe2 - A simple BankAccount example
20       Moose::Cookbook::Recipe3 - A lazy BinaryTree example
21       Moose::Cookbook::Recipe4 - Subtypes, and modeling a simple Company
22       class hierarchy
23       Moose::Cookbook::Recipe5 - More subtypes, coercion in a Request class
24       Moose::Cookbook::Recipe6 - The Moose::Role example
25       Moose::Cookbook::Recipe7 - The augment/inner example
26       Moose::Cookbook::Recipe11 - The meta-attribute example
27

SEE ALSO

29       <http://www.gsph.com/gsph/index.php?ID=291&Lang=En>
30

AUTHOR

32       Stevan Little <stevan@iinteractive.com>
33
35       Copyright 2006, 2007 by Infinity Interactive, Inc.
36
37       <http://www.iinteractive.com>
38
39       This library is free software; you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42
43
44perl v5.8.8                       2007-09-06                Moose::Cookbook(3)
Impressum