forked from duckduckgo/zeroclickinfo-spice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
60 lines (53 loc) · 1.08 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
name = DDG-SpiceBundle-OpenSourceDuckDuckGo
author = Gabriel Weinberg <[email protected]>
author = Torsten Raudssus <[email protected]>
license = Perl_5
copyright_holder = DuckDuckGo, Inc. L<https://duckduckgo.com/>
copyright_year = 2013
[ReleaseOnlyWithLatest]
index = http://duckpan.org
package = Dist::Zilla::Plugin::UploadToDuckPAN
[Prereqs]
JSON = 2.53
String::Trim = 0.005
List::Uniq = 0.20
Data::Validate::Domain = 0.10
[Prereqs / TestRequires]
Test::More = 0.98
Test::Dirs = 0.03
File::Temp = 0.22
URI::Escape = 3.31
; Forecast
Text::Trim = 0
[GatherDir]
[PruneCruft]
[ManifestSkip]
[ExtraTests]
[ExecDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToDuckPAN]
[MetaJSON]
[MetaYAML]
[AutoModuleShareDirs]
scan_namespaces = DDG::Goodie,DDG::Spice
sharedir_method = module_share_dir
[Git::NextVersion]
version_regexp = ^(.+)$
[PkgVersion]
[PodSyntaxTests]
[GithubMeta]
[Repository]
[EOLTests]
trailing_whitespace = 0
[@Git]
tag_format = %v
[Git::Push]
push_to = origin master
[TravisCI]
extra_dep = App::DuckPAN
after_install = duckpan DDG
;coveralls = 1
[PodWeaver]