-
Notifications
You must be signed in to change notification settings - Fork 8
/
dist.ini
executable file
·71 lines (62 loc) · 1.12 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
name = Net-DHCP
version = 0.7
author = Dean Hamstead <[email protected]>
license = MIT
copyright_holder = Dean Hamstead
copyright_year = 2022
main_module = lib/Net/DHCP.pm
[@Filter]
-bundle = @Basic
-remove = Readme
[MetaProvides::Package]
[MetaJSON]
[MetaTests]
[ModuleBuild]
[GithubMeta]
issues = 1
[CPANFile]
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
[Test::Kwalitee]
[Test::EOF]
[Test::EOL]
;[Test::NoTabs]
[Test::Portability]
[Test::UnusedVars]
[Test::NoBreakpoints]
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
[PkgVersion]
; [PodVersion]
[PodWeaver]
; [TravisYML] # DIY for now
[Covenant]
version = 1
pledge_file = AUTHOR_PLEDGE
[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Tag]
[PruneFiles]
match = ^dist\.ini
[Clean]
[Prereqs]
Carp = 0
List::Util = 0
strict = 0
warnings = 0
bytes = 0
constant = 0
Exporter = 0
Socket = 0
perl = 5.8.0
[Prereqs / TestRequires]
Test::More = 0
Test::Warn = 0
File::Spec = 0
FindBin = 0
Net::Pcap = 0
Net::Frame::Dump::Offline = 0
Net::Frame::Simple = 0
Socket = 2.019