Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-MooseX-Types / pkg-descr
1 The types provided with Moose are by design global. This package helps you to
2 organise and selectively import your own and the built-in types in libraries.
3 As a nice side effect, it catches typos at compile-time too.
4
5 However, the main reason for this module is to provide an easy way to not have
6 conflicts with your type names, since the internal fully qualified names of the
7  types will be prefixed with the library's name.
8
9 This module will also provide you with some helper functions to make it easier
10 to use Moose types in your code.
11
12 WWW: http://search.cpan.org/dist/MooseX-Types/