projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d46b50
)
Num is a subtype of Str
Jesse Luehrs [Sun, 11 Oct 2009 20:50:30 +0000 (15:50 -0500)]
lib/Moose/Manual/Types.pod
patch
|
blob
|
blame
|
history
lib/Moose/Util/TypeConstraints.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Types.pod
b/lib/Moose/Manual/Types.pod
index
e8313c3
..
16202d0
100644
(file)
--- a/
lib/Moose/Manual/Types.pod
+++ b/
lib/Moose/Manual/Types.pod
@@
-39,9
+39,9
@@
The basic Moose type hierarchy looks like this
Undef
Defined
Value
- Num
- Int
Str
+ Num
+ Int
ClassName
RoleName
Ref
diff --git
a/lib/Moose/Util/TypeConstraints.pm
b/lib/Moose/Util/TypeConstraints.pm
index
d073ff7
..
cab95a5
100644
(file)
--- a/
lib/Moose/Util/TypeConstraints.pm
+++ b/
lib/Moose/Util/TypeConstraints.pm
@@
-882,9
+882,9
@@
that hierarchy represented visually.
Undef
Defined
Value
- Num
- Int
Str
+ Num
+ Int
ClassName
RoleName
Ref