add release date/time
[gitmo/MooseX-Types-Common.git] / README
CommitLineData
6820e939 1MooseX::Types::Common - A library of commonly used type constraints.
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7 perl Makefile.PL
8 make
9 make test
10 make install
11
12SUPPORT AND DOCUMENTATION
13
14After installing, you can find documentation for this module with the
15perldoc command.
16
17 perldoc MooseX::Types:Common
18
19You can also look for information at:
20
21 RT, CPAN's request tracker
22 http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Types-Common
23
24 AnnoCPAN, Annotated CPAN documentation
25 http://annocpan.org/dist/MooseX-Types-Common
26
27 CPAN Ratings
28 http://cpanratings.perl.org/d/MooseX-Types-Common
29
30 Search CPAN
31 http://search.cpan.org/dist/MooseX-Types-Common
32
33
34LICENCE
35
36This is free software; you can redistribute it and/or modify it under
37the same terms as the Perl 5 programming language system itself.
38