X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FUtil.pm;fp=lib%2FMooseX%2FTypes%2FUtil.pm;h=ea2c35c7e97f7791abe71cc337f79817c6f2a742;hb=e9dc30af81ed775a6ac0a0f0c1daad021e5569f6;hp=1b3c979f1ec40a80620b06240674c5d669704e17;hpb=a2487cfb17f24711667462ae01dc8cf8a47ac87e;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types/Util.pm b/lib/MooseX/Types/Util.pm index 1b3c979..ea2c35c 100644 --- a/lib/MooseX/Types/Util.pm +++ b/lib/MooseX/Types/Util.pm @@ -10,7 +10,7 @@ use base 'Exporter'; =head1 DESCRIPTION -This package the exportable functions that many parts in +This package the exportable functions that many parts in L might need. =cut @@ -44,7 +44,7 @@ sub filter_tags { TypeConstraint | Undef = has_available_type_export($package, $name); -This function allows you to introspect if a given type export is available +This function allows you to introspect if a given type export is available I. This means that the C<$package> must have imported a typeconstraint with the name C<$name>, and it must be still in its symbol table.