projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4ec0c7f
)
Documenting that 'has' comes before 'with' when satisfying role requirements - part II
rodrigolive [Wed, 2 Sep 2009 23:37:00 +0000 (
01:37
+0200)]
lib/Moose/Manual/Roles.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Roles.pod
b/lib/Moose/Manual/Roles.pod
index
45265e4
..
888a238
100644
(file)
--- a/
lib/Moose/Manual/Roles.pod
+++ b/
lib/Moose/Manual/Roles.pod
@@
-188,7
+188,7
@@
I<before> the C<with> function that composes the role.
has 'stress' => (
is => 'rw',
- isa => 'Int',
+ isa => 'Int',
);
with 'Breakable';