From: Cory Watson Date: Wed, 6 May 2009 22:33:32 +0000 (-0500) Subject: Fix typo in Extending::Recipe1 X-Git-Tag: 0.78~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38f0beacaea376e1c16abf9c3224f8791285ba19;p=gitmo%2FMoose.git Fix typo in Extending::Recipe1 --- diff --git a/lib/Moose/Cookbook/Extending/Recipe1.pod b/lib/Moose/Cookbook/Extending/Recipe1.pod index 17fa59b..46dd5fe 100644 --- a/lib/Moose/Cookbook/Extending/Recipe1.pod +++ b/lib/Moose/Cookbook/Extending/Recipe1.pod @@ -49,7 +49,7 @@ behavior to a non-object attribute (a hashref or simple number). A metaclass extension can be packaged as a subclass or a role/trait. If you can, we recommend using traits instead of -subclasses, since it's much easier to combine disparate traits then it +subclasses, since it's much easier to combine disparate traits than it is to combine a bunch of subclasses. When your extensions are implemented as roles, you can apply them with