pod coverage 2.0103
Jesse Luehrs [Mon, 20 Jun 2011 06:03:33 +0000 (01:03 -0500)]
lib/Moose/Util/TypeConstraints.pm

index 2d3fd2d..43c5911 100644 (file)
@@ -1257,6 +1257,8 @@ form. This removes any whitespace in the string.
 
 =item B<create_type_constraint_union($pipe_separated_types | @type_constraint_names)>
 
+=item B<create_named_type_constraint_union($name, $pipe_separated_types | @type_constraint_names)>
+
 This can take a union type specification like C<'Int|ArrayRef[Int]'>,
 or a list of names. It returns a new
 L<Moose::Meta::TypeConstraint::Union> object.