fix spelling of github plugin names (Y U NO CONSISTENT?)
[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
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
24
25[Prereqs/ TestRequires]
26Test::More = 0.88
27Test::Deep = 0
28Test::Fatal = 0
29Test::Requires = 0.05
30
31[Prereqs / RuntimeRecommends]
32Digest::HMAC = 0
33Digest::SHA = 0
34
35[Prereqs / DevelopRequires]
36Digest::HMAC = 0
37Digest::SHA = 0
38
acf1df17 39
40[OptionalFeature / JSON-Runtime]
17cdf693 41:version = 0.002
42-description = Serialize to JSON. You should have at least one serialization format.
43-always_recommend = 1
acf1df17 44JSON::Any = 1.15
45
46[OptionalFeature / JSON-RuntimeRecommends]
17cdf693 47-description = Serialize to JSON. You should have at least one serialization format.
acf1df17 48MooseX::Storage::Format::JSONpm = 0.01
49
50[OptionalFeature / JSON-Test]
17cdf693 51-description = Serialize to JSON. You should have at least one serialization format.
52-always_recommend = 1
acf1df17 53Test::Deep::JSON = 0
54
55[OptionalFeature / YAML-Runtime]
17cdf693 56-description = Serialize to YAML. You should have at least one serialization format.
57-always_recommend = 1
acf1df17 58YAML::Any = 0
59
60[OptionalFeature / YAML-RuntimeRecommends]
17cdf693 61-description = Serialize to YAML. You should have at least one serialization format.
acf1df17 62YAML = 0.01
63YAML::Syck = 0.01
64
65[OptionalFeature / YAML-Test]
17cdf693 66-description = Serialize to YAML. You should have at least one serialization format.
67-always_recommend = 1
acf1df17 68Test::Without::Module = 0
69
70[OptionalFeature / Storable]
17cdf693 71-description = Serialize to Storable. You should have at least one serialization format.
72-always_recommend = 1
acf1df17 73Storable = 0
74
75[OptionalFeature / File]
17cdf693 76-description = the ability to save the file to disk
77-always_recommend = 1
acf1df17 78IO::File = 0.1
79IO::AtomicFile = 0.01