forked from brianmckeen/sqitch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
64 lines (54 loc) · 1.06 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
name = App-Sqitch
license = MIT
copyright_holder = "iovation Inc."
[VersionFromModule]
[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[ExecDir]
[ShareDir]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[CheckExtraTests]
[LocaleTextDomain]
share_dir = lib
[ModuleBuild]
mb_class = Module::Build::Sqitch
mb_version = 0.35
[MetaNoIndex]
directory = priv
[MetaResources]
repository.url = http://github.com/theory/sqitch/
homepage = http://sqitch.org/
bugtracker.web = http://github.com/theory/sqitch/issues/
[AutoPrereqs]
skip = ^Win32
skip = ^DBD::
[Prereqs / RuntimeRequires]
Devel::StackTrace = 1.30
PerlIO::utf8_strict = 0
Template::Tiny = 0.11
DateTime = 1.04
DateTime::TimeZone = 0
Pod::Escapes = 1.04
[Prereqs / RuntimeRecommends]
Pod::Simple = 1.41
Class::XSAccessor = 1.18
Type::Tiny::XS = 0.010
[Prereqs / DevelopRecommends]
Test::Pod = 1.41
Test::Pod::Coverage = 1.08
Test::Spelling = 0
DBD::SQLite = 1.37
DBD::Pg = 2.0
DBD::mysql = 4.018
DBD::Firebird = 1.11
DBD::ODBC = 1.43
[Prereqs / DevelopSuggests]
DBD::Oracle = 1.23