Commit | Line | Data |
9e2db1c2 |
1 | MooseX::AttributeHelpers version 0.17 |
22d869ff |
2 | =========================== |
3 | |
4 | See the individual module documentation for more information |
5 | |
6 | INSTALLATION |
7 | |
8 | To install this module type the following: |
9 | |
829736f9 |
10 | perl Makefile.PL |
11 | make |
12 | make test |
13 | make install |
14 | |
22d869ff |
15 | DEPENDENCIES |
16 | |
17 | This module requires these other modules and libraries: |
18 | |
19 | Moose |
20 | |
21 | COPYRIGHT AND LICENCE |
22 | |
99c62fb8 |
23 | Copyright (C) 2007-2008 Infinity Interactive, Inc. |
22d869ff |
24 | |
25 | http://www.iinteractive.com |
26 | |
27 | This library is free software; you can redistribute it and/or modify |
28 | it under the same terms as Perl itself. |
29 | |