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