From: Jesse Luehrs Date: Mon, 20 Jun 2011 06:03:33 +0000 (-0500) Subject: pod coverage X-Git-Tag: 2.0103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dae61ad45aeef7b795957b58edf7ecd07a23192;p=gitmo%2FMoose.git pod coverage --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 2d3fd2d..43c5911 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -1257,6 +1257,8 @@ form. This removes any whitespace in the string. =item B +=item B + This can take a union type specification like C<'Int|ArrayRef[Int]'>, or a list of names. It returns a new L object.