lib/Moose.pm:
[gitmo/Moose.git] / lib / Moose.pm
index bc62262..f312dbc 100644 (file)
@@ -394,7 +394,8 @@ The I<isa> option uses Moose's type constraint facilities to set up runtime
 type checking for this attribute. Moose will perform the checks during class 
 construction, and within any accessors. The C<$type_name> argument must be a 
 string. The string may be either a class name or a type defined using 
-Moose's type definition features.
+Moose's type definition features. (Refer to L<Moose::Util::TypeConstraints>
+for information on how to define a new type).
 
 =item I<coerce =E<gt> (1|0)>