forked from djzort/Net-DHCP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
executable file
·66 lines (57 loc) · 1.08 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
name = Net-DHCP
version = 0.7_007
author = Dean Hamstead <dean@bytefoundry.com.au>
license = Perl_5
copyright_holder = Dean Hamstad
copyright_year = 2016
main_module = lib/Net/DHCP.pm
[@Filter]
-bundle = @Basic
-remove = Readme
[MetaJSON]
[MetaTests]
[ModuleBuild]
[GithubMeta]
[CPANFile]
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
[Test::Kwalitee]
[Test::EOL]
[Test::Portability]
[Test::UnusedVars]
[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]
; Clear the travis.yml file when rolling a tarball
[PruneCruft]
except = ^\.travis.yml
[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