projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9632a49
)
add a heading
Yuval Kogman [Mon, 30 Jun 2008 09:58:29 +0000 (09:58 +0000)]
lib/Moose/Cookbook/Style.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Style.pod
b/lib/Moose/Cookbook/Style.pod
index
4a28aaa
..
8129211
100644
(file)
--- a/
lib/Moose/Cookbook/Style.pod
+++ b/
lib/Moose/Cookbook/Style.pod
@@
-134,6
+134,8
@@
Or with L<MooseX::Types>:
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.