From: Florian Ragwitz Date: Sat, 5 Sep 2009 06:08:46 +0000 (+0200) Subject: Pod formatting fix for Util::TCs. X-Git-Tag: 0.89_02~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78d0edd7b8bdac4124812275334519d3d32e8495;p=gitmo%2FMoose.git Pod formatting fix for Util::TCs. --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index e62dba6..685f5b6 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -1067,7 +1067,7 @@ 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 where { } ... > +=item B<< type 'Name' => where { } ... >> This creates a base type, which has no parent.