From: Karen Etheridge Date: Mon, 3 Jan 2011 23:24:42 +0000 (-0800) Subject: trivial punctuation improvement X-Git-Tag: 1.9903~39^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0f8f0ec76ec36c91de901ce9d848fa16b4c8f2b;p=gitmo%2FMoose.git trivial punctuation improvement --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 9a7042e..71b32d7 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -1170,8 +1170,8 @@ This can be used to define a "hand optimized" version of your type constraint which can be used to avoid traversing a subtype constraint hierarchy. -B You should only use this if you know what you are doing, -all the built in types use this, so your subtypes (assuming they +B You should only use this if you know what you are doing. +All the built in types use this, so your subtypes (assuming they are shallow) will not likely need to use this. =item B<< type 'Name' => where { } ... >>