-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdist.ini
More file actions
90 lines (72 loc) · 1.64 KB
/
dist.ini
File metadata and controls
90 lines (72 loc) · 1.64 KB
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
; the basics
name = Git-FastExport
author = Philippe Bruhat (BooK) <book@cpan.org>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2008-2019
; file modifiers
[PkgVersion]
[PodVersion]
; file generators
[ManifestSkip]
[Manifest]
[License]
[MakeMaker]
[PruneCruft]
[PruneFiles]
filename = setup
match = \.patch$
match = mess/.*
match = cover_db
match = git-test
[GatherDir]
; metadata
[MetaYAML]
[MetaJSON]
[AutoPrereqs]
[Prereqs / TestRequires]
Test::More = 0.88
Test::Requires::Git = 1.005
[ExecDir]
dir = script
[ShareDir]
[Keywords]
keywords = git fast-export fast-import repository stich
[MetaResources]
repository.web = http://github.com/book/Git-FastExport
repository.url = http://github.com/book/Git-FastExport.git
repository.type = git
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-FastExport
bugtracker.mailto = bug-git-fastexport@rt.cpan.org
[MetaProvides::Package]
[Meta::Contributors]
contributor = Yves Orton <yves@cpan.org>
contributor = Aristotle Pagaltzis <aristotle@cpan.org>
contributor = Roger Gammans <rgammans@gammascience.co.uk>
contributor = Oliver Paukstadt <pstadt@cpan.org>
contributor = Jean-Baptiste Mestelan <mestelan@gmail.com>
; 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