projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
44b5ec5
)
Fix docs for parameterize
Dave Rolsky [Sun, 14 Sep 2008 21:59:11 +0000 (21:59 +0000)]
lib/Moose/Meta/TypeConstraint/Parameterizable.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
index
8e92ef0
..
15d3f11
100644
(file)
--- a/
lib/Moose/Meta/TypeConstraint/Parameterizable.pm
+++ b/
lib/Moose/Meta/TypeConstraint/Parameterizable.pm
@@
-89,7
+89,8
@@
Moose::Meta::TypeConstraint::Parameterizable - Higher Order type constraints for
=item B<parameterize>
-Given an array of type constraints, parameterize the current type constraint.
+Given a single type constraint string, this method parses the string
+and parameterizes the type based on the parsed string.
=item B<meta>