From: Dave Rolsky Date: Mon, 6 Oct 2008 22:58:08 +0000 (+0000) Subject: Add a placeholder to remind me to write a recipe for BUILD & BUILDARGS X-Git-Tag: 0.59~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45ef83866589b697d34bd19ac671f6cffe446ff4;p=gitmo%2FMoose.git Add a placeholder to remind me to write a recipe for BUILD & BUILDARGS --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index b7de187..c5c9fa1 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -76,6 +76,10 @@ provide a default attribute value. Demonstrates using operator overloading, coercion, and subtypes to model how eye color is determined during reproduction. +=item L - BUILD and BUILDARGS (TODO) + +We need a good recipe demonstrating how these work. + =back =head2 Moose Roles