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