forked from book/System-Command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
104 lines (84 loc) · 2.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
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
; the basics
name = System-Command
author = Philippe Bruhat (BooK) <[email protected]>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2010-2020
; file modifiers
[PkgVersion]
[PodVersion]
; file generators
[ManifestSkip]
[Manifest]
[License]
[MakeMaker]
[PruneCruft]
[PruneFiles]
filename = setup
match = \.patch$
match = mess/.*
match = cover_db
[GatherDir]
; metadata
[MetaYAML]
[MetaJSON]
[AutoPrereqs]
[Prereqs]
[Prereqs / TestRequires]
Test::More = 0.88
[Prereqs / TestRecommends]
Test::Command =
Test::Output =
[ExecDir]
[ShareDir]
[Keywords]
keywords = system command
[MetaResources]
repository.web = http://github.com/book/System-Command
repository.url = http://github.com/book/System-Command.git
repository.type = git
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=System-Command
bugtracker.mailto = [email protected]
[MetaProvides::Package]
[Meta::Contributors]
contributor = Olaf Alders <[email protected]>
contributor = Lisa Hansen <[email protected]>
contributor = Slaven Rezić <[email protected]>
contributor = Michael McClimon <[email protected]>
contributor = Ed J <[email protected]>
contributor = viviparous <[email protected]>
contributor = Rob Kinyon <[email protected]>
contributor = Tim Bunce <[email protected]>
contributor = Oleg Gashev <[email protected]>
contributor = Christian Walde <[email protected]>
contributor = Vincent Pit <[email protected]>
contributor = Todd Rinaldo <[email protected]>
contributor = pecho <[email protected]>
contributor = Olivier Mengué <[email protected]>
contributor = mokko <[email protected]>
contributor = Alessandro Ghedini <[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