forked from duckduckgo/community-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
70 lines (57 loc) · 1.33 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
name = DDGC
author = Torsten Raudssus <[email protected]> L<https://raudss.us/>
author = brabo <[email protected]>
author = Michael Smith <[email protected]>
author = Gabriel Weinberg <[email protected]> L<http://ye.gg/>
license = Perl_5
copyright_holder = DuckDuckGo, Inc. L<http://duckduckgo.com/>
copyright_year = 2013
[Prereqs::FromCPANfile]
[Prereqs / Recommends]
Net::SMTP::SSL = 1.01
DBD::Pg = 2.19.3
[Prereqs / TestRequires]
Test::More = 0.98
Test::Dirs = 0.03
[Prereqs / ConfigureRequires]
File::ShareDir::Install = 0
[GatherDir]
exclude_filename=script/ddgc_deploy_dev.pl
exclude_filename=script/ddgc_release.sh
[PruneCruft]
[ManifestSkip]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
;[MakeMaker::SkipInstall]
[EOLTests]
trailing_whitespace = 0
[Manifest]
[TestRelease]
[ConfirmRelease]
[MetaJSON]
[MetaYAML]
[MetaNoIndex]
directory = t/
directory = xt/
directory = ex/
directory = inc/
[Git::NextVersion]
version_regexp = ^(.+)$
[PkgVersion]
[PodSyntaxTests]
[GithubMeta]
[Repository]
[Git::ExcludeUntracked]
[@Git]
tag_format = %v
[Run::Release]
run = script/ddgc_release.sh view %s
[TravisCI]
perl_version = 5.16
perl_version = 5.18
requires = build-essential libgd2-xpm-dev libssl-dev git wget libxml2-dev libpango1.0-dev imagemagick
after_install = cpanm App::DuckPAN
after_install = duckpan DDGC::Static
[PodWeaver]