Version 0.32
[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
22 JSON::Any
23 Best (in order to load a YAML file)
4fa64e86 24 IO::File
8d8356bb 25
26OPTIONAL DEPENDENCIES
27
28 IO::AtomicFile
29 Test::YAML::Valid
30 Test::JSON
c86a46cc 31 Digest
32 Digest::SHA1
33 Data::Dumper
e59193fb 34
35COPYRIGHT AND LICENCE
36
1f3074ea 37Copyright (C) 2007-2008 Infinity Interactive
e59193fb 38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
14ef4494 41