forked from dfwperl/dupfind-hackathon-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
145 lines (126 loc) · 3.19 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
name = App-dupfind
author = Tommy Butler <[email protected]>
license = Perl_5
copyright_holder = Tommy Butler
is_trial = 0
[Meta::Contributors]
contributor = Tom Metro <[email protected]>
contributor = Tim King <[email protected]>
contrubutor = BrowserUK <[email protected]>
[@Filter]
bundle = @Basic
remove = ExtraTests
remove = Readme
[RunExtraTests]
[ModuleBuild]
[AutoVersion]
major = 0
[PkgVersion]
[PodVersion]
[MetaProvides::Package]
[MinimumPerl]
[MetaConfig]
[MetaJSON]
[MetaResources]
homepage = https://github.com/tommybutler/App-dupfind/wiki
bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=App%3A%3Adupfind
bugtracker.mailto = [email protected]
repository.url = git://github.com/tommybutler/app-dupfind.git
repository.web = https://github.com/tommybutler/app-dupfind
repository.type = git
[ReportVersions::Tiny]
;[Test::LocalBrew]
;brews = perl-5.18.1
[@TestingMania]
disable = Test::Portability ; won't accept options; wrote my own version instead
disable = Test::EOL ; some of the tests fail their own EOL test; strange
disable = Test::Pod::LinkCheck ; seems buggy, causes too many false failures
disable = Test::MinimumVersion ; I do this myself, via the Perlbrew testing
[Test::PodSpelling]
stopwords = benchmarking
stopwords = BrowserUk
stopwords = cachestop
stopwords = codebase
stopwords = conf
stopwords = cpan
stopwords = CPAN
stopwords = cryptographic
stopwords = datastructure
stopwords = deduper
stopwords = deduplicated
stopwords = deduplication
stopwords = deduplicate
stopwords = dir
stopwords = dupfind
stopwords = filename
stopwords = filenames
stopwords = Github
stopwords = hardlink
stopwords = hardlinks
stopwords = html
stopwords = iface
stopwords = inodes
stopwords = listref
stopwords = listrefs
stopwords = maxdepth
stopwords = metadata
stopwords = multithreaded
stopwords = namespace
stopwords = OO
stopwords = parsable
stopwords = perlmonks
stopwords = POSIX
stopwords = ramcache
stopwords = STDERR
stopwords = subclasses
stopwords = subdirectories
stopwords = subdirectory
stopwords = unicode
stopwords = UTF
stopwords = weedout
stopwords = wpass
stopwords = wpsize
stopwords = xxhash
[CheckChangesHasContent]
[TestRelease]
[ConfirmRelease]
[Signature]
sign = always
; The plugin below is ::Extra cool, but a little buggy; I only use it sometimes
; and it can't be used at the same time as the more mainstream Test::Kwalitee
; plugin from chromatic (above)
;
;[Test::Kwalitee::Extra]
;arg = !valid_signature
[AutoPrereqs]
; reminder: double check that all prereqs have been detected!
; regarding prereqs section syntax (taken from dzil source code) -
; (Build|Test|Runtime|Configure|Develop)?(Requires|Recommends|Suggests|Conflicts)
[Prereqs / TestRequires]
perl = 5.010
Benchmark = 0
Digest::xxHash = 2.03
ExtUtils::MakeMaker = 0
File::Util = 0
Getopt::Long = 0
Module::Build = 0
Moo = 0
Moo::Role = 0
Pod::Usage = 0
Test = 0
Test::More = 0
Test::NoWarnings = 0
Thread::Queue = 0
threads = 0
threads::shared = 0
Time::HiRes = 0
Try::Tiny = 0
[Prereqs / Recommends]
[Prereqs / DevelopRequires]
Dist::Zilla = 0
Perl::Critic = 0
Perl::Critic::Lax = 0
Devel::Cover = 0
Test::Fatal = 0
;[Prereqs / DevelopRecommends]
;Devel::NYTProf = 0