foo
[gitmo/MooseX-Storage.git] / README
CommitLineData
e9739624 1MooseX-Storage version 0.01
e59193fb 2
3INSTALLATION
4
5To install this module, run the following commands:
6
7 perl Makefile.PL
8 make
9 make test
10 make install
11
e59193fb 12Alternatively, to install with Module::Build, you can use the following commands:
13
14 perl Build.PL
15 ./Build
16 ./Build test
17 ./Build install
18
e59193fb 19DEPENDENCIES
20
e9739624 21Moose!!!!!!!
e59193fb 22
23COPYRIGHT AND LICENCE
24
e9739624 25Copyright (C) 2007, Infinity Interactive
e59193fb 26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.