-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
executable file
·78 lines (69 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
71
72
73
74
75
76
77
78
name = BZ-Client
version = 4.4004
author = Dean Hamstead <dean@bytefoundry.com.au>
author = Jochen Wiedmann <jochen.wiedmann@gmail.com>
license = Perl_5
copyright_holder = Dean Hamstad
copyright_year = 2021
main_module = lib/BZ/Client.pm
; keep this at the top or things go badly
[Git::GatherDir]
exclude_filename = dist.ini
exclude_filename = Makefile
[ManifestSkip]
[ExecDir]
[ShareDir]
[MakeMaker]
; Stuff that generates files
[License]
[Readme]
[Manifest]
[ContributorsFile]
[DOAP]
[GithubMeta]
[MetaYAML]
[MetaJSON]
[MetaTests]
[ModuleBuild]
[Covenant]
version = 1
pledge_file = AUTHOR_PLEDGE
; Stuff that tests my code
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
;[PerlTidy]
;perltidyrc = t/.perltidyrc
[Test::Kwalitee]
[Test::EOF]
[Test::EOL]
[Test::NoTabs]
[Test::Portability]
[Test::ReportPrereqs]
[Test::NoBreakpoints]
[Test::UnusedVars]
;[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
; [CheckChangeLog]
[ExtraTests]
[TestRelease]
; Stuff that changes my code
[PkgVersion]
;[PodVersion] # PodWeaver does this and more
[PodWeaver]
; Stuff that plays with Git
;[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Check]
[Git::Commit]
[Git::Tag]
[Git::Contributors]
[MetaNoIndex]
directory = t
directory = eg
; Release stuff
[PruneCruft]
[Clean]
[ConfirmRelease]
[UploadToCPAN]
[Prereqs::FromCPANfile]