X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FCookbook.pod;h=ad0789f8976c81f1e94718b2edf22d6552898ed4;hb=cae648232341ed4bb0caa71f6b3fb86ae9c89405;hp=3c1d698ab8c4af38fdffa9907be93f398d134db7;hpb=53a1e0939093bc4b404a2a5b1675a372bd4e3384;p=gitmo%2FMoose.git diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 3c1d698..ad0789f 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -61,7 +61,7 @@ object construction. The builder feature provides an inheritable and role-composable way to provide a default attribute value. -=item L - Operator overloading, subtypes, and coercion +=item L Demonstrates using operator overloading, coercion, and subtypes to model how eye color is determined during reproduction.