bumping version and adding changelog
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
index 4242967..b85baa5 100644 (file)
@@ -12,19 +12,24 @@ 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<Moose::Cookbook::FAQ> and a L<Moose::Cookbook::WTF>
+for common questions and problems people have with Moose. 
+
 =head1 RECIPES
 
 =over 4
 
-=item L<Moose::Cookbook::Recipe1>
+=item L<Moose::Cookbook::Recipe1> - The (always classic) B<Point> example
+
+=item L<Moose::Cookbook::Recipe2> - A simple B<BankAccount> example
 
-=item L<Moose::Cookbook::Recipe2>
+=item L<Moose::Cookbook::Recipe3> - A lazy B<BinaryTree> example
 
-=item L<Moose::Cookbook::Recipe3>
+=item L<Moose::Cookbook::Recipe4> - Subtypes, and modeling a simple B<Company> class hierarchy
 
-=item L<Moose::Cookbook::Recipe4>
+=item L<Moose::Cookbook::Recipe5> - More subtypes, coercion in a B<Request> class
 
-=item L<Moose::Cookbook::Recipe5>
+=item L<Moose::Cookbook::Recipe6> - The Moose::Role example
 
 =back
 
@@ -42,7 +47,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006, 2007 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>