From: Jesse Luehrs Date: Sun, 3 Apr 2011 18:07:21 +0000 (-0500) Subject: the created type here isn't anonymous X-Git-Tag: 1.9906~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72042ad72c251a1ae589675e696b31e0b47e8287;p=gitmo%2FMoose.git the created type here isn't anonymous --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index d20fbf2..d38640b 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -1387,7 +1387,7 @@ global registry. =item B These functions will first call C. If -that function does not return a type, a new anonymous type object will +that function does not return a type, a new type object will be created. The C variant will use C and the