From: Dave Rolsky Date: Tue, 31 Mar 2009 20:23:28 +0000 (-0500) Subject: "of what is capable" is perfectly valid English X-Git-Tag: 0.73_01~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51569ca65d64b0b9add61f6faeb8836caf54093b;p=gitmo%2FMoose.git "of what is capable" is perfectly valid English --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index dab5760..8ed5962 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -18,7 +18,7 @@ explains Moose concepts without being too code-heavy. =head2 Basic Moose -These recipes will give you a good idea of what Moose is capable of, +These recipes will give you a good idea of what Moose is capable, starting with simple attribute declaration, and moving on to more powerful features like laziness, types, type coercion, method modifiers, and more.