-
Notifications
You must be signed in to change notification settings - Fork 7
/
dist.ini
executable file
·64 lines (53 loc) · 1.02 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
name = WebService-HashiCorp-Vault
version = 0.03
author = Dean Hamstead <[email protected]>
license = MIT
copyright_holder = Dean Hamstad
copyright_year = 2023
main_module = lib/WebService/HashiCorp/Vault.pm
[@Filter]
-bundle = @Basic
-remove = Readme
-remove = TestRelease
; Stuff that adds files
[MetaJSON]
[MetaTests]
[ModuleBuild]
[GithubMeta]
issues = 1
[CPANFile]
[Covenant]
version = 1
pledge_file = AUTHOR_PLEDGE
; Tests
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
[Test::Compile]
[Test::Kwalitee]
[Test::EOF]
[Test::EOL]
[Test::NoTabs]
[Test::Portability]
[Test::NoBreakpoints]
[Test::UnusedVars]
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
; Stuff that changes our files
[OurPkgVersion]
; [PodVersion]
[PodWeaver]
; Release stuff
[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Tag]
[PruneCruft]
[Clean]
[Prereqs]
perl = 5.8.0
Moo = 0
namespace::clean = 0
WebService::Client = 0
[Prereqs / TestRequires]
Test::More = 0