-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
executable file
·91 lines (80 loc) · 1.63 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
82
83
84
85
86
87
88
89
90
91
name = NetAddr-MAC
version = 0.97
author = Dean Hamstead <dean@fragfest.com.au>
license = Perl_5
copyright_holder = Dean Hamstad
copyright_year = 2020
main_module = lib/NetAddr/MAC.pm
[@Basic]
; Stuff that generates files
[ModuleBuild]
[CPANFile]
[DOAP]
[GithubMeta]
[MetaJSON]
[MetaTests]
[Git::Contributors]
[ContributorsFile]
; [TravisYML] # use our own for now
[MetaNoIndex]
directory = t
directory = examples
; Convenant requires >= 5.20 which breaks Travis
;[if / WokaWoka]
;dz_plugin = Covenant
;?= $] >= 5.02
;>= version = 1
;>= pledge_file = AUTHOR_PLEDGE
; Stuff that tests my code
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
;[PerlTidy]
;perltidyrc = t/.perltidyrc
[Test::Compile]
[Test::Kwalitee::Extra]
[Test::EOF]
[Test::EOL]
[Test::Legal]
[Test::NoTabs]
[Test::PAUSE::Permissions]
[Test::Portability]
[Test::PodSpelling]
stopword = EUI
stopword = virtualization
;[Test::Pod::LinkCheck]
[Test::Pod::No404s]
[Test::ReportPrereqs]
[Test::NoBreakpoints]
[Test::UnusedVars]
; croak & first leak, but oh well
;[Test::CleanNamespaces]
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
[SchwartzRatio]
; Stuff that changes my code
[PkgVersion]
die_on_existing_version = 1
; [PodVersion] ; PodWeaver does this and more
[PodWeaver]
; Stuff that plays with Git
[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Tag]
; Clear the travis.yml file when rolling a tarball
[PruneCruft]
except = ^\.travis.yml
[Clean]
[MinimumPerl]
[Prereqs]
Carp = 0
List::Util = 0
strict = 0
warnings = 0
constant = 0
Exporter = 0
vars = 0
base = 0
[Prereqs / BuildRequires]
Test::Trap = 0