From: Dave Rolsky Date: Mon, 8 Nov 2010 16:01:32 +0000 (-0600) Subject: Mention MX::Types::Combine in docs X-Git-Tag: 0.25~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29dcd6ad1cc695d385142912dbd11a96bf7302f9;p=gitmo%2FMooseX-Types.git Mention MX::Types::Combine in docs --- diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index f1a016d..1a98764 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -571,7 +571,15 @@ This is a workaround and I am exploring how to make these modules work better together. I realize this workaround will lead a lot of duplication in your export declarations and will be onerous for large type libraries. Patches and detailed test cases welcome. See the tests directory for a start on this. - + +=head1 COMBINING TYPE LIBRARIES + +You may want to combine a set of types for your application with other type +libraries, like L or L. + +The L module provides a simple API for combining a set +of type libraries together. + =head1 SEE ALSO L,