- (Docs) referenced Moose::Util::TypeConstraints under 'isa' in 'has'
for how to define a new type.
Revision history for Perl extension Moose
+ * Moose
+ - (Docs) referenced Moose::Util::TypeConstraints under 'isa' in 'has'
+ for how to define a new type.
+
0.24 Tues. July 3, 2007
~ Some doc updates/cleanup ~
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)>