Some small tweaks to the overloading recipe
Dave Rolsky [Tue, 29 Jul 2008 17:47:22 +0000 (17:47 +0000)]
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/Basics/Recipe10.pod

index 597fde8..7554aa4 100644 (file)
@@ -66,11 +66,10 @@ Work off of this http://code2.0beta.co.uk/moose/svn/Moose/trunk/t/200_examples/0
 The builder feature provides an inheritable and role-composable way to
 provide a default attribute value.
 
-=item L<Moose::Cookbook::Basics::Recipe10> - Create Humans and their Spawn
+=item L<Moose::Cookbook::Basics::Recipe10> - Operator overloading, subtypes, and coercion
 
-Shows how operator overloading, coercion, and sub types can be used
-to mimmick the human reproductive system (well, the selection of genes
-at least).  Assumes a basic understanding of Moose.
+Demonstrates how operator overloading, coercion, and sub types can be
+used to model how eye color is determined during reproduction.
 
 =back
 
index ae15b0e..d8bd36a 100644 (file)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Moose::Cookbook::Basics::Recipe10 - Operator overloading, subtypes, and coercion.
+Moose::Cookbook::Basics::Recipe10 - Operator overloading, subtypes, and coercion
 
 =head1 SYNOPSIS