File: dist.ini

package info (click to toggle)
libmoosex-storage-perl 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 568 kB
  • ctags: 69
  • sloc: perl: 927; makefile: 2
file content (100 lines) | stat: -rw-r--r-- 3,107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name                = MooseX-Storage
author              = Chris Prather <chris.prather@iinteractive.com>
author              = Stevan Little <stevan.little@iinteractive.com>
author              = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
copyright_holder    = Infinity Interactive, Inc.
copyright_year      = 2007
license             = Perl_5

:version = 5

[@Author::ETHER]
:version = 0.111
installer = MakeMaker
Authority.authority = cpan:STEVAN
Test::MinimumVersion.max_target_perl = 5.008003
; these appear in every file, so it's easier to just put it here
Test::PodSpelling.stopwords = cpan
AutoPrereqs.skip[0] = ^Class(One|Two)$
Test::ReportPrereqs.include[0] = Dist::CheckConflicts
Test::ReportPrereqs.include[1] = JSON
Test::ReportPrereqs.include[2] = JSON::PP
Test::ReportPrereqs.include[3] = JSON::DWIW
Test::ReportPrereqs.include[4] = JSON::Syck
Test::ReportPrereqs.include[5] = JSON::XS
Test::ReportPrereqs.include[6] = Cpanel::JSON::XS
Test::ReportPrereqs.include[7] = JSON::MaybeXS
Test::ReportPrereqs.include[8] = YAML::XS
Test::ReportPrereqs.include[9] = YAML::Syck
Test::ReportPrereqs.include[10] = YAML::Old
Test::ReportPrereqs.include[11] = YAML
Test::ReportPrereqs.include[12] = YAML::Tiny
Test::ReportPrereqs.include[13] = MooseX::Role::Parameterized

[MetaResources]
x_IRC = irc://irc.perl.org/#moose
x_MailingList = http://lists.perl.org/list/moose.html

[Test::CheckBreaks]
conflicts_module = Moose::Conflicts

[Prereqs::Soften]
:version = 0.004000
module = Digest::HMAC_SHA1
module = MooseX::Types
module = MooseX::Types::Moose
modules_from_features = 1
to_relationship = suggests
copy_to         = develop.requires

[OptionalFeature / JSON-Runtime]
:version = 0.006    ; for -default
-description = Serialize to JSON. You should have at least one serialization format.
-always_recommend = 1
-default = 1
JSON::MaybeXS = 1.001000

[OptionalFeature / JSON-RuntimeRecommends]
-description = Serialize to JSON. You should have at least one serialization format.
-always_recommend = 1
-default = 1
MooseX::Storage::Format::JSONpm = 0

[OptionalFeature / JSON-Test]
-description = Serialize to JSON. You should have at least one serialization format.
-always_recommend = 1
-default = 1
Test::Deep::JSON = 0

[OptionalFeature / YAML-Runtime]
-description = Serialize to YAML. You should have at least one serialization format.
-always_recommend = 1
-default = 1
YAML::Any = 0

[OptionalFeature / YAML-RuntimeRecommends]
-description = Serialize to YAML. You should have at least one serialization format.
-always_recommend = 1
-default = 1
YAML = 0
YAML::Syck = 0
YAML::XS = 0

[OptionalFeature / YAML-Test]
-description = Serialize to YAML. You should have at least one serialization format.
-always_recommend = 1
-default = 1
Test::Without::Module = 0

[OptionalFeature / Storable]
-description = Serialize to Storable. You should have at least one serialization format.
-always_recommend = 1
-default = 1
Storable = 0

[OptionalFeature / File]
-description = the ability to save the file to disk
-always_recommend = 1
-default = 1
IO::File = 0
IO::AtomicFile = 0