Had duplicate version and authority in MethodProvider.pm
[gitmo/MooseX-AttributeHelpers.git] / README
1 MooseX::AttributeHelpers version 0.08
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 or:
16
17    perl Build.PL
18    ./Build
19    ./Build test
20    ./Build install
21
22 DEPENDENCIES
23
24 This module requires these other modules and libraries:
25
26     Moose
27
28 COPYRIGHT AND LICENCE
29
30 Copyright (C) 2007-2008 Infinity Interactive, Inc.
31
32 http://www.iinteractive.com
33
34 This library is free software; you can redistribute it and/or modify
35 it under the same terms as Perl itself. 
36