Add Mouse::Util::quoted_english_list()
[gitmo/Mouse.git] / README
1 Mouse - Moose minus the antlers
2 ===========================
3
4 See the individual module documentation for more information
5
6 INSTALLATION
7
8 To install this module type the following:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15 DEPENDENCIES
16
17 This module requires perl 5.6.2 or later.
18
19 COPYRIGHT AND LICENCE
20
21 Copyright (C) 2006-2009 Infinity Interactive, Inc.
22
23 http://www.iinteractive.com
24
25 This library is free software; you can redistribute it and/or modify
26 it under the same terms as Perl itself.
27