recipe4
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
CommitLineData
471c4f09 1
2=pod
3
4=head1 NAME
5
6Moose::Cookbook - How to cook a Moose
7
8=head1 DESCRIPTION
9
10The Moose cookbook is a series of recipies taken from the Moose
11test suite. Each recipe presents some code, which demonstrates
12some of the features of Moose, and then proceeds to explain the
13details 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
41Stevan Little E<lt>stevan@iinteractive.comE<gt>
42
43=head1 COPYRIGHT AND LICENSE
44
45Copyright 2006 by Infinity Interactive, Inc.
46
47L<http://www.iinteractive.com>
48
49This library is free software; you can redistribute it and/or modify
50it under the same terms as Perl itself.
51
52=cut