fix spelling of github plugin names (Y U NO CONSISTENT?)
[gitmo/MooseX-Storage.git] / dist.ini
1 name                = MooseX-Storage
2 author              = Chris Prather <chris.prather@iinteractive.com>
3 author              = Stevan Little <stevan.little@iinteractive.com>
4 author              = Yuval Kogman <yuval.kogman@iinteractive.com>
5 copyright_holder    = Infinity Interactive, Inc.
6 license             = Perl_5
7
8 [@Author::ETHER]
9 :version = 0.010
10 -remove = PodWeaver
11 -remove = AutoPrereqs
12 Authority.authority = cpan:STEVAN
13 ; r/w repository: gitmo@git.moose.perl.org:MooseX-Storage.git
14 AutoMetaResources.repository.gitmo = 1
15 -remove = GithubMeta
16 -remove = GitHub::Update
17 Test::MinimumVersion.max_target_perl = 5.008000
18 ; these appear in every file, so it's easier to just put it here
19 Test::PodSpelling.stopwords = cpan
20
21 [Prereqs / RuntimeRequires]
22 Moose = 0.99
23 String::RewritePrefix =  0
24
25 [Prereqs/ TestRequires]
26 Test::More = 0.88
27 Test::Deep = 0
28 Test::Fatal = 0
29 Test::Requires = 0.05
30
31 [Prereqs / RuntimeRecommends]
32 Digest::HMAC = 0
33 Digest::SHA = 0
34
35 [Prereqs / DevelopRequires]
36 Digest::HMAC = 0
37 Digest::SHA = 0
38
39
40 [OptionalFeature / JSON-Runtime]
41 :version = 0.002
42 -description = Serialize to JSON. You should have at least one serialization format.
43 -always_recommend = 1
44 JSON::Any = 1.15
45
46 [OptionalFeature / JSON-RuntimeRecommends]
47 -description = Serialize to JSON. You should have at least one serialization format.
48 MooseX::Storage::Format::JSONpm = 0.01
49
50 [OptionalFeature / JSON-Test]
51 -description = Serialize to JSON. You should have at least one serialization format.
52 -always_recommend = 1
53 Test::Deep::JSON = 0
54
55 [OptionalFeature / YAML-Runtime]
56 -description = Serialize to YAML. You should have at least one serialization format.
57 -always_recommend = 1
58 YAML::Any = 0
59
60 [OptionalFeature / YAML-RuntimeRecommends]
61 -description = Serialize to YAML. You should have at least one serialization format.
62 YAML = 0.01
63 YAML::Syck = 0.01
64
65 [OptionalFeature / YAML-Test]
66 -description = Serialize to YAML. You should have at least one serialization format.
67 -always_recommend = 1
68 Test::Without::Module = 0
69
70 [OptionalFeature / Storable]
71 -description = Serialize to Storable. You should have at least one serialization format.
72 -always_recommend = 1
73 Storable = 0
74
75 [OptionalFeature / File]
76 -description = the ability to save the file to disk
77 -always_recommend = 1
78 IO::File = 0.1
79 IO::AtomicFile = 0.01