From: Dave Rolsky Date: Thu, 29 Jan 2009 16:34:35 +0000 (+0000) Subject: Don't encourage :: as a "namespace" separator for type names that X-Git-Tag: 0.66~27^2~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccd9fc7bbfeca26df2d8cee3df29626f86126fa9;p=gitmo%2FMoose.git Don't encourage :: as a "namespace" separator for type names that aren't class names. --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index dc04ff9..3a5b595 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -785,7 +785,7 @@ but it is a saner restriction than most others. Since the types created by this module are global, it is suggested that you namespace your types just as you would namespace your modules. So instead of creating a I type for your B -module, you would call the type I instead. +module, you would call the type I instead. =head2 Use with Other Constraint Modules