X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FCombine.pm;fp=lib%2FMooseX%2FTypes%2FCombine.pm;h=dcb87ff93bd3d4db7ed74b4ddb9fbc047edf8692;hb=e9dc30af81ed775a6ac0a0f0c1daad021e5569f6;hp=43aa79f11f91ea90fc0a3d6313e8c14a893945c3;hpb=a2487cfb17f24711667462ae01dc8cf8a47ac87e;p=gitmo%2FMooseX-Types.git diff --git a/lib/MooseX/Types/Combine.pm b/lib/MooseX/Types/Combine.pm index 43aa79f..dcb87ff 100644 --- a/lib/MooseX/Types/Combine.pm +++ b/lib/MooseX/Types/Combine.pm @@ -20,7 +20,7 @@ use Class::MOP (); =head1 DESCRIPTION -Allows you to export types from multiple type libraries. +Allows you to export types from multiple type libraries. Libraries on the right side of the type libs passed to L take precedence over those on the left in case of conflicts.