[Moose-commits] r7354 - Moose/trunk/lib/Moose/Meta/TypeConstraint

rjbs at code2.0beta.co.uk rjbs at code2.0beta.co.uk
Wed Jan 21 23:21:44 GMT 2009


Author: rjbs
Date: 2009-01-21 15:21:44 -0800 (Wed, 21 Jan 2009)
New Revision: 7354

Modified:
   Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
Log:
fix docs

Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm	2009-01-21 23:18:24 UTC (rev 7353)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm	2009-01-21 23:21:44 UTC (rev 7354)
@@ -99,8 +99,8 @@
 
 =item B<parameterize>
 
-Given a single type constraint string, this method parses the string
-and parameterizes the type based on the parsed string.
+Given a single type constraint or type constraint string, this method
+parameterizes the type based on the given argument.
 
 =item B<meta>
 




More information about the Moose-commits mailing list