Pod formatting fix for Util::TCs.
Florian Ragwitz [Sat, 5 Sep 2009 06:08:46 +0000 (08:08 +0200)]
lib/Moose/Util/TypeConstraints.pm

index e62dba6..685f5b6 100644 (file)
@@ -1067,7 +1067,7 @@ B<NOTE:> 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 { } ... >
+=item B<< type 'Name' => where { } ... >>
 
 This creates a base type, which has no parent.