forked from duckduckgo/zeroclickinfo-spice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
64 lines (58 loc) · 1.24 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 = DDG-SpiceBundle-OpenSourceDuckDuckGo
author = Gabriel Weinberg <[email protected]>
author = Torsten Raudssus <[email protected]>
license = Apache_2_0
copyright_holder = DuckDuckGo, Inc. L<https://duckduckgo.com/>
copyright_year = 2013
[PromptIfStale]
index = http://duckpan.org
module = Dist::Zilla::Plugin::UploadToDuckPAN
[Prereqs]
JSON = 2.53
String::Trim = 0.005
List::Uniq = 0.20
YAML = 0
Locale::Country = 3.30
Data::Validate::Domain = 0.10
Domain::PublicSuffix = 0.10
[Prereqs / TestRequires]
Test::EOL = 0
Test::More = 0.98
Test::Dirs = 0.03
File::Temp = 0.22
URI::Escape = 3.31
; Forecast
Text::Trim = 0
; IPLookup
Regexp::IPv6 = 0
; SalesTax
Locale::SubCountry = 0
[Run::BeforeBuild]
run = mkdir -p share/spice/meta
run = curl https://duck.co/ia/repo/spice/json -o "share/spice/meta/metadata.json"
[GatherDir]
[PruneCruft]
[ManifestSkip]
[ExtraTests]
[ExecDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToDuckPAN]
[MetaJSON]
[AutoModuleShareDirs]
scan_namespaces = DDG::Goodie,DDG::Spice
sharedir_method = module_share_dir
[Git::NextVersion]
version_regexp = ^(.+)$
[PkgVersion]
[PodSyntaxTests]
[GithubMeta]
[Test::EOL]
trailing_whitespace = 0
[@Git]
tag_format = %v
[Git::Push]
push_to = origin master
[PodWeaver]