make this test function properly when JSON backends aren't installed
[gitmo/MooseX-Storage.git] / dist.ini
CommitLineData
d3671a48 1name = MooseX-Storage
2author = Chris Prather <chris.prather@iinteractive.com>
3author = Stevan Little <stevan.little@iinteractive.com>
4author = Yuval Kogman <yuval.kogman@iinteractive.com>
5copyright_holder = Infinity Interactive, Inc.
6license = Perl_5
7
8[@Author::ETHER]
4f94761e 9:version = 0.017
d3671a48 10-remove = PodWeaver
11-remove = AutoPrereqs
12Authority.authority = cpan:STEVAN
13; r/w repository: gitmo@git.moose.perl.org:MooseX-Storage.git
14AutoMetaResources.repository.gitmo = 1
2f3976d1 15-remove = GithubMeta
60d07f9e 16-remove = GitHub::Update
d3671a48 17Test::MinimumVersion.max_target_perl = 5.008000
18; these appear in every file, so it's easier to just put it here
19Test::PodSpelling.stopwords = cpan
fdc71a7a 20; these are all the modules that use optional prereqs, and will cause
21; cpantesters to barf in the compile tests
22Test::Compile.skip[] = ^MooseX::Storage::((Engine::)?IO::|Format::)
d3671a48 23
5c602994 24[ContributorsFromGit]
25
d3671a48 26[Prereqs / RuntimeRequires]
27Moose = 0.99
28String::RewritePrefix = 0
515cb7ae 29Digest = 0
30Data::Dumper = 0
31Scalar::Util = 0
d3671a48 32
769dd9ca 33[Prereqs / TestRequires]
d3671a48 34Test::More = 0.88
35Test::Deep = 0
36Test::Fatal = 0
37Test::Requires = 0.05
38
39[Prereqs / RuntimeRecommends]
40Digest::HMAC = 0
41Digest::SHA = 0
42
43[Prereqs / DevelopRequires]
44Digest::HMAC = 0
45Digest::SHA = 0
46
acf1df17 47
48[OptionalFeature / JSON-Runtime]
17cdf693 49:version = 0.002
50-description = Serialize to JSON. You should have at least one serialization format.
51-always_recommend = 1
acf1df17 52JSON::Any = 1.15
53
54[OptionalFeature / JSON-RuntimeRecommends]
17cdf693 55-description = Serialize to JSON. You should have at least one serialization format.
acf1df17 56MooseX::Storage::Format::JSONpm = 0.01
57
58[OptionalFeature / JSON-Test]
17cdf693 59-description = Serialize to JSON. You should have at least one serialization format.
60-always_recommend = 1
acf1df17 61Test::Deep::JSON = 0
62
63[OptionalFeature / YAML-Runtime]
17cdf693 64-description = Serialize to YAML. You should have at least one serialization format.
65-always_recommend = 1
acf1df17 66YAML::Any = 0
67
68[OptionalFeature / YAML-RuntimeRecommends]
17cdf693 69-description = Serialize to YAML. You should have at least one serialization format.
acf1df17 70YAML = 0.01
71YAML::Syck = 0.01
72
73[OptionalFeature / YAML-Test]
17cdf693 74-description = Serialize to YAML. You should have at least one serialization format.
75-always_recommend = 1
acf1df17 76Test::Without::Module = 0
77
78[OptionalFeature / Storable]
17cdf693 79-description = Serialize to Storable. You should have at least one serialization format.
80-always_recommend = 1
acf1df17 81Storable = 0
82
83[OptionalFeature / File]
17cdf693 84-description = the ability to save the file to disk
85-always_recommend = 1
acf1df17 86IO::File = 0.1
87IO::AtomicFile = 0.01