X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FTypeConstraint.pm;h=13b44954c5042e659610816dcaf21f02d0db29fd;hb=3fbade18e33525b80713bec245f05b5efd0b1fc3;hp=30b0f06a2e98ea061352f823a8e8ac9f83619d36;hpb=8e64d0fa5da64639074f77d3da9b2f7aa20cce93;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/TypeConstraint.pm b/lib/Mouse/Meta/TypeConstraint.pm index 30b0f06..13b4495 100644 --- a/lib/Mouse/Meta/TypeConstraint.pm +++ b/lib/Mouse/Meta/TypeConstraint.pm @@ -7,7 +7,7 @@ use overload '""' => sub { shift->{name} }, # stringify to tc name use Carp (); -use Mouse::Util (); +use Mouse::Util qw(:meta); sub new { my $class = shift; @@ -84,7 +84,7 @@ __END__ =head1 NAME -Mouse::Meta::TypeConstraint - The Mouse Type Constraint Metaclass +Mouse::Meta::TypeConstraint - The Mouse Type Constraint metaclass =head1 DESCRIPTION @@ -106,5 +106,9 @@ Don't use this. =back +=head1 SEE ALSO + +L + =cut