From: Yuval Kogman Date: Mon, 30 Jun 2008 12:47:23 +0000 (+0000) Subject: repharse a bit X-Git-Tag: 0_55~68 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58954bc32a0feed91eeec192aabc89c73daf698b;p=gitmo%2FMoose.git repharse a bit --- diff --git a/lib/Moose/Cookbook/Style.pod b/lib/Moose/Cookbook/Style.pod index 5d9334e..63fd221 100644 --- a/lib/Moose/Cookbook/Style.pod +++ b/lib/Moose/Cookbook/Style.pod @@ -171,7 +171,9 @@ For instance: will return true, even though C is not a method. -=head1 Accept no hacks +=head1 Accept no substitutes + +By substitutes I mean hacks instead of "proper" solutions. When you have a tricky requirement, refrain from abusing Moose or MooseX:: or whatever it is you are using.