From: Yuval Kogman Date: Mon, 30 Jun 2008 09:58:29 +0000 (+0000) Subject: add a heading X-Git-Tag: 0_55~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23306f77551ce1698ef99faab19881dce6926cae;p=gitmo%2FMoose.git add a heading --- diff --git a/lib/Moose/Cookbook/Style.pod b/lib/Moose/Cookbook/Style.pod index 4a28aaa..8129211 100644 --- a/lib/Moose/Cookbook/Style.pod +++ b/lib/Moose/Cookbook/Style.pod @@ -134,6 +134,8 @@ Or with L: where { $_->can("name") }, ); +=head3 Coerce in a subtype + Likewise use fully qualified subtypes of other types for defining coercions, so that they won't affect unrelated code, causing action at a distance.