Version 1.12
[gitmo/Class-MOP.git] / README
CommitLineData
bd2550f8 1Class::MOP version 1.12
7184ca14 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:
d2ee1653 18
19 Devel::GlobalDestruction
20 MRO::Compat
4219de23 21 Scalar::Util
22 Sub::Name
d2ee1653 23 Task::Weaken
7184ca14 24
25COPYRIGHT AND LICENCE
26
69e3ab0a 27Copyright (C) 2006-2008 Infinity Interactive, Inc.
7184ca14 28
29http://www.iinteractive.com
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself.
33