changelog
[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]
9:version = 0.010
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
15Test::MinimumVersion.max_target_perl = 5.008000
16; these appear in every file, so it's easier to just put it here
17Test::PodSpelling.stopwords = cpan
18
19[Prereqs / RuntimeRequires]
20Moose = 0.99
21String::RewritePrefix = 0
22
23[Prereqs/ TestRequires]
24Test::More = 0.88
25Test::Deep = 0
26Test::Fatal = 0
27Test::Requires = 0.05
28
29[Prereqs / RuntimeRecommends]
30Digest::HMAC = 0
31Digest::SHA = 0
32
33[Prereqs / DevelopRequires]
34Digest::HMAC = 0
35Digest::SHA = 0
36
acf1df17 37
38[OptionalFeature / JSON-Runtime]
39description = Serialize to JSON. You should have at least one serialization format.
40always_recommend = 1
41JSON::Any = 1.15
42
43[OptionalFeature / JSON-RuntimeRecommends]
44description = Serialize to JSON. You should have at least one serialization format.
45MooseX::Storage::Format::JSONpm = 0.01
46
47[OptionalFeature / JSON-Test]
48description = Serialize to JSON. You should have at least one serialization format.
49always_recommend = 1
50Test::Deep::JSON = 0
51
52[OptionalFeature / YAML-Runtime]
53description = Serialize to YAML. You should have at least one serialization format.
54always_recommend = 1
55YAML::Any = 0
56
57[OptionalFeature / YAML-RuntimeRecommends]
58description = Serialize to YAML. You should have at least one serialization format.
59YAML = 0.01
60YAML::Syck = 0.01
61
62[OptionalFeature / YAML-Test]
63description = Serialize to YAML. You should have at least one serialization format.
64always_recommend = 1
65Test::Without::Module = 0
66
67[OptionalFeature / Storable]
68description = Serialize to Storable. You should have at least one serialization format.
69always_recommend = 1
70Storable = 0
71
72[OptionalFeature / File]
73description = the ability to save the file to disk
74always_recommend = 1
75IO::File = 0.1
76IO::AtomicFile = 0.01