include standard stuff (expanded at build time - don't be alarmed!)
[gitmo/MooseX-Storage.git] / README
CommitLineData
e44b5f54 1MooseX-Storage version 0.32
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
8d8356bb 21 Moose
1d466929 22 String::RewritePrefix
23 Test::More
24 Test::Deep
25 Test::Fatal
26 Test::Requires
8d8356bb 27
28OPTIONAL DEPENDENCIES
29
1d466929 30 JSON::Any
31 IO::File
8d8356bb 32 IO::AtomicFile
33 Test::YAML::Valid
1d466929 34 Test::Deep::JSON
c86a46cc 35 Digest
36 Digest::SHA1
37 Data::Dumper
e59193fb 38
39COPYRIGHT AND LICENCE
40
1f3074ea 41Copyright (C) 2007-2008 Infinity Interactive
e59193fb 42
43This library is free software; you can redistribute it and/or modify
44it under the same terms as Perl itself.
14ef4494 45