From: Dave Rolsky Date: Wed, 25 Mar 2009 22:21:27 +0000 (-0500) Subject: Fix a small type X-Git-Tag: 0.72_01~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38bf0e17a192755de0bee58818581b058d3b8957;p=gitmo%2FMoose.git Fix a small type --- diff --git a/lib/Moose/Meta/TypeConstraint/Class.pm b/lib/Moose/Meta/TypeConstraint/Class.pm index 433daa5..5148a5c 100644 --- a/lib/Moose/Meta/TypeConstraint/Class.pm +++ b/lib/Moose/Meta/TypeConstraint/Class.pm @@ -156,7 +156,7 @@ classes. If the given type is also a class type, then this checks that the type's class is a subclass of the other type's class. -Otherwise it falls back to the implement in +Otherwise it falls back to the implementation in L. =item B<< $constraint->create_child_type(%options) >>