adding simple checksum role
[gitmo/MooseX-Storage.git] / README
CommitLineData
45d9a73c 1MooseX-Storage version 0.02
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)
24 IO::Fole
25
26OPTIONAL DEPENDENCIES
27
28 IO::AtomicFile
29 Test::YAML::Valid
30 Test::JSON
e59193fb 31
32COPYRIGHT AND LICENCE
33
e9739624 34Copyright (C) 2007, Infinity Interactive
e59193fb 35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself.