cookbook
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
1
2 =pod
3
4 =head1 NAME
5
6 Moose::Cookbook - How to cook a Moose
7
8 =head1 DESCRIPTION
9
10 The Moose cookbook is a series of recipies taken from the Moose 
11 test suite. Each recipe presents some code, which demonstrates 
12 some of the features of Moose, and then proceeds to explain the 
13 details of the code. 
14
15 =head1 RECIPES
16
17 =over 4
18
19 =item L<Moose::Cookbook::Recipe1>
20
21 =item L<Moose::Cookbook::Recipe2>
22
23 =item L<Moose::Cookbook::Recipe3>
24
25 =item L<Moose::Cookbook::Recipe4>
26
27 =item L<Moose::Cookbook::Recipe5>
28
29 =back
30
31 =head1 SEE ALSO
32
33 =over 4
34
35 =item L<http://www.gsph.com/gsph/index.php?ID=291&Lang=En>
36
37 =back
38
39 =head1 AUTHOR
40
41 Stevan Little E<lt>stevan@iinteractive.comE<gt>
42
43 =head1 COPYRIGHT AND LICENSE
44
45 Copyright 2006 by Infinity Interactive, Inc.
46
47 L<http://www.iinteractive.com>
48
49 This library is free software; you can redistribute it and/or modify
50 it under the same terms as Perl itself.
51
52 =cut