set JSON configs first before loading, so Test::Requires can skip cleanly
[gitmo/MooseX-Storage.git] / README
1 MooseX-Storage version 0.32
2
3 INSTALLATION
4
5 To install this module, run the following commands:
6
7     perl Makefile.PL
8     make
9     make test
10     make install
11
12 Alternatively, 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
19 DEPENDENCIES
20
21     Moose
22     String::RewritePrefix
23     Test::More
24     Test::Deep
25     Test::Fatal
26     Test::Requires
27     
28 OPTIONAL DEPENDENCIES
29
30     JSON::Any
31     IO::File
32     IO::AtomicFile
33     Test::YAML::Valid
34     Test::Deep::JSON
35     Digest
36     Digest::SHA1
37     Data::Dumper
38
39 COPYRIGHT AND LICENCE
40
41 Copyright (C) 2007-2008 Infinity Interactive
42
43 This library is free software; you can redistribute it and/or modify
44 it under the same terms as Perl itself.
45