From: Dave Rolsky Date: Tue, 29 Jul 2008 17:47:22 +0000 (+0000) Subject: Some small tweaks to the overloading recipe X-Git-Tag: 0_55~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58d129ba26b341e29238a6e6563e84d5c77c71ae;p=gitmo%2FMoose.git Some small tweaks to the overloading recipe --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 597fde8..7554aa4 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -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 - Create Humans and their Spawn +=item L - 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 diff --git a/lib/Moose/Cookbook/Basics/Recipe10.pod b/lib/Moose/Cookbook/Basics/Recipe10.pod index ae15b0e..d8bd36a 100644 --- a/lib/Moose/Cookbook/Basics/Recipe10.pod +++ b/lib/Moose/Cookbook/Basics/Recipe10.pod @@ -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