-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdist.ini
124 lines (104 loc) · 2.7 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
; the basics
name = HTTP-Proxy
author = Philippe Bruhat (BooK) <[email protected]>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2002-2019
; file modifiers
[PkgVersion]
[PodVersion]
; file generators
[ManifestSkip]
[Manifest]
[License]
[MakeMaker]
[PruneCruft]
[PruneFiles]
filename = setup
filename = TODO
match = \.patch$
match = mess/.*
match = cover_db
match = html/.*
[GatherDir]
; metadata
[MetaYAML]
[MetaJSON]
[AutoPrereqs]
[Prereqs]
perl = 5.008
[Prereqs / BuildRequires]
Test::CPAN::Meta =
Test::Pod =
Test::Pod::Coverage =
Pod::Coverage::TrustPod =
[Prereqs / TestRequires]
HTML::Parser = 3
Test::More = 0.88
[ExecDir]
[ShareDir]
[Keywords]
keywords = http proxy
[MetaResources]
repository.web = http://github.com/book/HTTP-Proxy
repository.url = http://github.com/book/HTTP-Proxy.git
repository.type = git
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-Proxy
bugtracker.mailto = [email protected]
[MetaProvides::Package]
[Meta::Contributors]
contributor = e477
contributor = Vincenzo Buttazzo <[email protected]>
contributor = Slaven Rezic <[email protected]>
contributor = Tom Hukins <[email protected]>
contributor = Salve J. Nilsen <[email protected]>
contributor = Masahiro Nagano <[email protected]>
contributor = Ashley Pond V <[email protected]>
contributor = Angelos Karageorgiou <[email protected]>
contributor = Gregor Herrmann <[email protected]>
contributor = Maurice Aubrey
contributor = Marek Rouchal <[email protected]>
contributor = Jimbo
contributor = Roland Stigge
contributor = Gunnar Wolf <[email protected]>
contributor = Matsuno Tokuhiro <[email protected]>
contributor = Ken Williams <[email protected]>
contributor = Max Maischein <[email protected]>
contributor = Mark Tilford
contributor = Chris Dolan <[email protected]>
contributor = Randal L. Schwartz <[email protected]>
contributor = Simon Cozens <[email protected]>
contributor = Christian Laursen
contributor = Emmanuel Di Prétoro <[email protected]>
contributor = Mathieu Arnold <[email protected]>
contributor = Paul Makepeace <[email protected]>
contributor = Martin Zdila
contributor = Jim Cromie <[email protected]>
contributor = Stéphane Payrard <[email protected]>
contributor = David Landgren <[email protected]>
contributor = Éric Cholet <[email protected]>
; tests
[MetaTests]
[ExtraTests]
[Test::ReportPrereqs]
[Test::Compile]
[PodSyntaxTests]
[PodCoverageTests]
; release
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[Git::NextVersion]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
; git
[Git::Check]
[Git::Commit]
commit_msg = Changes for version %v
changelog = Changes
[Git::Tag]
tag_format = v%v
tag_message = %N v%v
[Git::Push]
push_to = origin
push_to = github