-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathdist.ini
48 lines (38 loc) · 1.09 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
name = Search-Elasticsearch
author = Enrico Zimuel <[email protected]>
license = Apache_2_0
copyright_holder = Elasticsearch BV
[GatherDir / lib]
root = lib
prefix = lib
[GatherDir / t]
root = t
prefix = t
[MetaJSON]
[GithubMeta]
issues = 1
[CPANFile]
[CopyFilesFromBuild]
copy = cpanfile
copy = META.json
[VersionFromModule]
[AutoPrereqs]
skip = ^Search::Elasticsearch::
skip = Mojo::UserAgent
skip = JSON::XS
skip = Cpanel::JSON::XS
[Prereqs / TestRequires]
base = 2.18
Test::More = 0.98
Test::EOL = 0
Test::NoTabs = 0
TAP::Harness::JUnit = 0
YAML = 0
YAML::XS = 0
[Prereqs / Recommends]
URI::Escape::XS = 0
[Prereqs / TestRecommends]
Cpanel::JSON::XS = 0
JSON::XS = 2.26
Mojo::UserAgent = 0
Mojo::IOLoop = 0