Commit | Line | Data |
c2922d69 |
1 | Moose version 0.41 |
fcd84ca9 |
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 these other modules and libraries: |
18 | |
484ff7bf |
19 | Class::MOP |
20 | Scalar::Util |
21 | Carp |
22 | Sub::Name |
35c8b8f2 |
23 | Sub::Exporter |
31f8ec72 |
24 | B |
fcd84ca9 |
25 | |
26 | COPYRIGHT AND LICENCE |
27 | |
778db3ac |
28 | Copyright (C) 2006-2008 Infinity Interactive, Inc. |
fcd84ca9 |
29 | |
30 | http://www.iinteractive.com |
31 | |
32 | This library is free software; you can redistribute it and/or modify |
33 | it under the same terms as Perl itself. |
34 | |