From: Dave Rolsky Date: Sun, 14 Sep 2008 21:59:11 +0000 (+0000) Subject: Fix docs for parameterize X-Git-Tag: 0.58~37^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6b7b0ac50b3696b2fe346a0aa12f97da6cf4502;p=gitmo%2FMoose.git Fix docs for parameterize --- diff --git a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm index 8e92ef0..15d3f11 100644 --- 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 -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