this is a shorter way of specifying the gitmo repository properly
[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]
141476ee 9:version = 0.019
d3671a48 10-remove = PodWeaver
11-remove = AutoPrereqs
5ea6506e 12server = gitmo
d3671a48 13Authority.authority = cpan:STEVAN
d3671a48 14Test::MinimumVersion.max_target_perl = 5.008000
15; these appear in every file, so it's easier to just put it here
16Test::PodSpelling.stopwords = cpan
fdc71a7a 17; these are all the modules that use optional prereqs, and will cause
18; cpantesters to barf in the compile tests
19Test::Compile.skip[] = ^MooseX::Storage::((Engine::)?IO::|Format::)
d3671a48 20
5c602994 21[ContributorsFromGit]
22
d3671a48 23[Prereqs / RuntimeRequires]
24Moose = 0.99
25String::RewritePrefix = 0
515cb7ae 26Digest = 0
27Data::Dumper = 0
28Scalar::Util = 0
d3671a48 29
769dd9ca 30[Prereqs / TestRequires]
d3671a48 31Test::More = 0.88
50f4ba2b 32;CPAN::Meta::Check = 0.007
33;Test::CheckDeps = 0.006
d3671a48 34Test::Deep = 0
35Test::Fatal = 0
36Test::Requires = 0.05
50f4ba2b 37File::Spec::Functions = 0
d3671a48 38
39[Prereqs / RuntimeRecommends]
40Digest::HMAC = 0
41Digest::SHA = 0
42
43[Prereqs / DevelopRequires]
44Digest::HMAC = 0
50f4ba2b 45Digest::HMAC_SHA1 = 0
d3671a48 46Digest::SHA = 0
47
acf1df17 48
49[OptionalFeature / JSON-Runtime]
89313615 50:version = 0.005
17cdf693 51-description = Serialize to JSON. You should have at least one serialization format.
52-always_recommend = 1
acf1df17 53JSON::Any = 1.15
54
55[OptionalFeature / JSON-RuntimeRecommends]
17cdf693 56-description = Serialize to JSON. You should have at least one serialization format.
acf1df17 57MooseX::Storage::Format::JSONpm = 0.01
58
59[OptionalFeature / JSON-Test]
17cdf693 60-description = Serialize to JSON. You should have at least one serialization format.
61-always_recommend = 1
acf1df17 62Test::Deep::JSON = 0
63
64[OptionalFeature / YAML-Runtime]
17cdf693 65-description = Serialize to YAML. You should have at least one serialization format.
66-always_recommend = 1
acf1df17 67YAML::Any = 0
68
69[OptionalFeature / YAML-RuntimeRecommends]
17cdf693 70-description = Serialize to YAML. You should have at least one serialization format.
acf1df17 71YAML = 0.01
72YAML::Syck = 0.01
73
74[OptionalFeature / YAML-Test]
17cdf693 75-description = Serialize to YAML. You should have at least one serialization format.
76-always_recommend = 1
acf1df17 77Test::Without::Module = 0
78
79[OptionalFeature / Storable]
17cdf693 80-description = Serialize to Storable. You should have at least one serialization format.
81-always_recommend = 1
acf1df17 82Storable = 0
83
84[OptionalFeature / File]
17cdf693 85-description = the ability to save the file to disk
86-always_recommend = 1
acf1df17 87IO::File = 0.1
88IO::AtomicFile = 0.01