delay loading all optional prereqs until runtime
[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
20
21[Prereqs / RuntimeRequires]
22Moose = 0.99
23String::RewritePrefix = 0
515cb7ae 24Digest = 0
25Data::Dumper = 0
26Scalar::Util = 0
d3671a48 27
769dd9ca 28[Prereqs / TestRequires]
d3671a48 29Test::More = 0.88
30Test::Deep = 0
31Test::Fatal = 0
32Test::Requires = 0.05
33
34[Prereqs / RuntimeRecommends]
35Digest::HMAC = 0
36Digest::SHA = 0
37
38[Prereqs / DevelopRequires]
39Digest::HMAC = 0
40Digest::SHA = 0
41
acf1df17 42
43[OptionalFeature / JSON-Runtime]
17cdf693 44:version = 0.002
45-description = Serialize to JSON. You should have at least one serialization format.
46-always_recommend = 1
acf1df17 47JSON::Any = 1.15
48
49[OptionalFeature / JSON-RuntimeRecommends]
17cdf693 50-description = Serialize to JSON. You should have at least one serialization format.
acf1df17 51MooseX::Storage::Format::JSONpm = 0.01
52
53[OptionalFeature / JSON-Test]
17cdf693 54-description = Serialize to JSON. You should have at least one serialization format.
55-always_recommend = 1
acf1df17 56Test::Deep::JSON = 0
57
58[OptionalFeature / YAML-Runtime]
17cdf693 59-description = Serialize to YAML. You should have at least one serialization format.
60-always_recommend = 1
acf1df17 61YAML::Any = 0
62
63[OptionalFeature / YAML-RuntimeRecommends]
17cdf693 64-description = Serialize to YAML. You should have at least one serialization format.
acf1df17 65YAML = 0.01
66YAML::Syck = 0.01
67
68[OptionalFeature / YAML-Test]
17cdf693 69-description = Serialize to YAML. You should have at least one serialization format.
70-always_recommend = 1
acf1df17 71Test::Without::Module = 0
72
73[OptionalFeature / Storable]
17cdf693 74-description = Serialize to Storable. You should have at least one serialization format.
75-always_recommend = 1
acf1df17 76Storable = 0
77
78[OptionalFeature / File]
17cdf693 79-description = the ability to save the file to disk
80-always_recommend = 1
acf1df17 81IO::File = 0.1
82IO::AtomicFile = 0.01