projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d72162
)
Use I<not> for emphasis instead of -not-
Leon Brocard [Wed, 8 Jul 2009 11:17:34 +0000 (12:17 +0100)]
lib/Moose/Manual/MooseX.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/MooseX.pod
b/lib/Moose/Manual/MooseX.pod
index
8327e13
..
27e1999
100644
(file)
--- a/
lib/Moose/Manual/MooseX.pod
+++ b/
lib/Moose/Manual/MooseX.pod
@@
-233,7
+233,7
@@
attributes.
class_has 'Cache' => ( ... );
-Note however that this class attribute does -not- inherit like a
+Note however that this class attribute does I<not> inherit like a
L<Class::Data::Inheritable> or similar attribute - calling
$subclass->Cache($cache);