From: Paul Driver Date: Tue, 2 Sep 2008 14:40:23 +0000 (+0000) Subject: Tiny little spelling error in Moose::Cookbook::Extending::Recipe1 X-Git-Tag: 0.57~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4223567e946b759fac471e1eef702396acb6fa54;p=gitmo%2FMoose.git Tiny little spelling error in Moose::Cookbook::Extending::Recipe1 --- diff --git a/lib/Moose/Cookbook/Extending/Recipe1.pod b/lib/Moose/Cookbook/Extending/Recipe1.pod index 0de990b..64a3c37 100644 --- a/lib/Moose/Cookbook/Extending/Recipe1.pod +++ b/lib/Moose/Cookbook/Extending/Recipe1.pod @@ -156,7 +156,7 @@ class. =head2 Extensions as Metaclass (and Base Object) Subclasses Moose does not provide any simple APIs for consumers to use a subclass -extension, excep for attribute metaclasses. The attribute declaration +extension, except for attribute metaclasses. The attribute declaration parameters include a C parameter a consumer of your extension can use to specify your subclass.