-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
81 lines (67 loc) · 1.2 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
name = Plack-Middleware-Debug-DBIProfile
author = Tim Bunce <[email protected]>
license = Perl_5
copyright_holder = Tim Bunce
copyright_year = 2010
[Prereqs]
DBI::Profile = 0
Time::HiRes = 0
Plack::Middleware::Debug = 0.10
Plack::Util::Accessor = 0
parent = 0
[Prereqs / TestRequires]
Test::More = 0.88
; version provider
[Git::NextVersion]
; choose files to include
[GatherDir]
[PruneCruft]
[ManifestSkip]
; file modifications
[PkgVersion]
[PodVersion]
; generated files
[License]
[ReadmeFromPod]
; t tests
[CompileTests]
fake_home = 1
; xt tests
[MetaTests]
[PodSyntaxTests]
[PodCoverageTests]
[PortabilityTests]
; metadata
;[AutoPrereqs]
[MinimumPerl]
;[MetaProvides::Package]
[MetaNoIndex]
directory = t
directory = xt
directory = examples
directory = corpus
[MetaJSON]
[MetaYAML]
[GithubMeta]
; build system
[ExecDir]
[ShareDir]
[MakeMaker]
; manifest (after all generated files)
[Manifest]
; before release
[Git::Check]
[Git::CommitBuild]
[CheckChangeLog]
;[CheckChangesHasContent]
[CheckExtraTests]
; releaser
[TestRelease]
;[ConfirmRelease]
[FakeRelease]
; after release
[Git::Commit / Commit_Dirty_Files]
[Git::Tag]
[NextRelease]
[Git::Commit / Commit_Changes]
[Git::Push]