Added version and authority info to a couple of files.
[gitmo/MooseX-AttributeHelpers.git] / README
CommitLineData
99c62fb8 1MooseX::AttributeHelpers version 0.08
22d869ff 2===========================
3
4See the individual module documentation for more information
5
6INSTALLATION
7
8To install this module type the following:
9
829736f9 10 perl Makefile.PL
11 make
12 make test
13 make install
14
15or:
16
38abf787 17 perl Build.PL
18 ./Build
19 ./Build test
20 ./Build install
22d869ff 21
22DEPENDENCIES
23
24This module requires these other modules and libraries:
25
26 Moose
27
28COPYRIGHT AND LICENCE
29
99c62fb8 30Copyright (C) 2007-2008 Infinity Interactive, Inc.
22d869ff 31
32http://www.iinteractive.com
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself.
36