projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ceb61b4
)
we removed the Role type constraint
Jesse Luehrs [Mon, 14 Sep 2009 05:19:15 +0000 (
00:19
-0500)]
lib/Moose/Manual/Types.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Types.pod
b/lib/Moose/Manual/Types.pod
index
391083c
..
d4f5579
100644
(file)
--- a/
lib/Moose/Manual/Types.pod
+++ b/
lib/Moose/Manual/Types.pod
@@
-53,7
+53,6
@@
The basic Moose type hierarchy looks like this
GlobRef
FileHandle
Object
- Role
In practice, the only difference between C<Any> and C<Item> is
conceptual. C<Item> is used as the top-level type in the hierarchy.