-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdist.ini
More file actions
executable file
·90 lines (80 loc) · 1.51 KB
/
dist.ini
File metadata and controls
executable file
·90 lines (80 loc) · 1.51 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
name = Net-Proxmox-VE
version = 0.44
author = Dean Hamstead <dean@fragfest.com.au>
license = MIT
copyright_holder = Dean Hamstead
copyright_year = 2026
main_module = lib/Net/Proxmox/VE.pm
[@Basic]
; Stuff that generates files
[MinimumPerlFast]
[ModuleBuild]
[CPANFile]
[DOAP]
[GithubMeta]
issues = 1
[MetaJSON]
[MetaTests]
[MetaResources]
[MetaProvides::Package]
[Git::Contributors]
[ContributorsFile]
; Stuff that tests my code
[Test::Compile]
[Test::Kwalitee]
[Test::EOF]
[Test::EOL]
[Test::Legal]
[Test::NoTabs]
[Test::PAUSE::Permissions]
[Test::Perl::Critic]
[Test::Portability]
;[Test::PodSpelling]
;[Test::Pod::LinkCheck]
[Test::ReportPrereqs]
[Test::NoBreakpoints]
[Test::UnusedVars]
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
[SchwartzRatio]
[Covenant]
version = 1
pledge_file = AUTHOR_PLEDGE
; 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::Tag]
[PruneFiles]
match = ^README$
match = ^TODO$
match = ^dist\.ini
match = ^.editorconfig
match = ^.github
match = ^.gitignore
match = ^.mailmap
match = ^.perlcriticrc
match = .*spec
[Clean]
[Prereqs]
strict = 0
warnings = 0
parent = 0
LWP::Protocol::https = 0
LWP::UserAgent = 0
HTTP::Headers = 0
HTTP::Request::Common = 0
JSON::MaybeXS = 0
[Prereqs / TestRequires]
Test::CPAN::Meta = 0
Test::Exception = 0
Test::More = 0
Test::Trap = 0
Test::Vars = 0
IO::Socket::SSL = 0
JSON::MaybeXS = 0