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