-
Notifications
You must be signed in to change notification settings - Fork 216
/
dist.ini
143 lines (117 loc) · 2.71 KB
/
dist.ini
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
name = App-Sqitch
license = MIT
copyright_holder = "iovation Inc., David E. Wheeler"
copyright_year = 2012-2024
version = v1.4.2
[GatherDir]
exclude_filename = dist/cpanfile
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[ExecDir]
[ShareDir]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[RunExtraTests]
[OurPkgVersion]
[CPANFile]
filename = dist/cpanfile
[CopyFilesFromBuild]
copy = dist/cpanfile
[LocaleTextDomain]
share_dir = lib
[ModuleBuild]
mb_class = Module::Build::Sqitch
mb_version = 0.35
[MetaNoIndex]
directory = priv
[MetaResources]
repository.url = https://github.com/sqitchers/sqitch/
homepage = https://sqitch.org/
bugtracker.web = https://github.com/sqitchers/sqitch/issues/
[Git::Check]
allow_dirty = cpanfile
[AutoPrereqs]
skip = ^Win32
skip = ^DBD::
[Prereqs / BuildRecommends]
Menlo::CLI::Compat = 0
[Prereqs / RuntimeRequires]
Devel::StackTrace = 1.30
PerlIO::utf8_strict = 0
Template::Tiny = 0.11
DateTime = 1.04
DateTime::TimeZone = 0
Pod::Escapes = 1.04
IO::Pager = 0.34
Algorithm::Backoff::Exponential = 0.006
[Prereqs / RuntimeRecommends]
Pod::Simple = 1.41
Class::XSAccessor = 1.18
Type::Tiny::XS = 0.010
Template = 0
[Prereqs / DevelopRecommends]
Test::Pod = 1.41
Test::Pod::Coverage = 1.08
Test::Spelling = 0
Test::MockObject::Extends = 1.20180705
DBD::SQLite = 1.37
DBD::Pg = 2.0
DBD::mysql = 4.018
MySQL::Config = 0
DBD::Firebird = 1.11
DBD::ODBC = 1.59
Time::HiRes = 0
Time::Local = 0
[Prereqs / DevelopSuggests]
DBD::Oracle = 1.23
[Prereqs / TestRequires]
DBD::Mem = 0
;; Recommend author dependencies (dzil) in develop/recommends.
[Prereqs::AuthorDeps]
relation = recommends
;; Below are dependencies for different engines.
[OptionalFeature / postgres]
-description = Support for managing Postgres, Yugabyte, and Cockroch databases
-prompt = 0
DBD::Pg = 2.0
[OptionalFeature / sqlite]
-description = Support for managing SQLite databases
-prompt = 0
DBD::SQLite = 1.37
[OptionalFeature / mysql]
-description = Support for managing MySQL databases
-prompt = 0
DBD::mysql = 4.018
MySQL::Config = 0
[OptionalFeature / firebird]
-description = Support for managing Firebird databases
-prompt = 0
DBD::Firebird = 1.11
Time::HiRes = 0
Time::Local = 0
[OptionalFeature / oracle]
-description = Support for managing Oracle databases
-prompt = 0
DBD::Oracle = 1.23
[OptionalFeature / vertica]
-description = Support for managing Vertica databases
-prompt = 0
DBD::ODBC = 1.59
[OptionalFeature / exasol]
-description = Support for managing Exasol databases
-prompt = 0
DBD::ODBC = 1.59
[OptionalFeature / snowflake]
-description = Support for managing Snowflake databases
-prompt = 0
DBD::ODBC = 1.59
[OptionalFeature / odbc]
-description = Include the ODBC driver.
-prompt = 0
DBD::ODBC = 1.59