foo
[gitmo/Moose.git] / README
CommitLineData
31f8ec72 1Moose version 0.11
fcd84ca9 2===========================
3
4See the individual module documentation for more information
5
6INSTALLATION
7
8To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
484ff7bf 19 Class::MOP
20 Scalar::Util
21 Carp
22 Sub::Name
076c81ed 23 UNIVERSAL::require
35c8b8f2 24 Sub::Exporter
31f8ec72 25 B
fcd84ca9 26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2006 Infinity Interactive, Inc.
30
31http://www.iinteractive.com
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself.
35