-
Notifications
You must be signed in to change notification settings - Fork 89
/
dist.ini
89 lines (74 loc) · 1.93 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
name = Selenium-Remote-Driver
version = 1.49
author = George S. Baugh <[email protected]>
author = Aditya Ivaturi <[email protected]>
author = Daniel Gempesaw <[email protected]>
author = Emmanuel Peroumalnaïk <[email protected]>
author = Luke Closs <[email protected]>
author = Mark Stosberg <[email protected]>
license = Apache_2_0
copyright_holder = George S. Baugh
copyright_year = 2018
[GatherDir]
include_dotfiles = 1
exclude_match = .*\.swp
exclude_match = .*\.swo
[PruneCruft]
except = \.travis.yml
[ManifestSkip]
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[PkgVersion]
[AutoPrereqs]
[MetaProvides::Package]
[PodWeaver]
finder = :NotTestSRD
; skip the Test::SRD modules, their attribution is non-standard
[FileFinder::ByName / :NotTestSRD]
dir = lib
match = \.pm$
skip = Test
[Git::Contributors]
; XXX can't tidy this mess yet
;[TidyAll]
; Unfortunately CPAN changes detects the first date incorrectly. Oh well...
; Unfortunately the Manifest test does not work for unknown reasons.
[@TestingMania]
critic_config = perlcriticrc
disable = Test::CPAN::Changes
disable = Test::DistManifest
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[CheckMetaResources]
[CheckPrereqsIndexed]
[CheckChangesHasContent]
[Prereqs / RuntimeRequires]
perl = 5.010
Moo = 1.005
List::Util = 1.33
[GithubMeta]
issues = 1
user = teodesian
[Encoding]
filename = t/www/icon.gif
filename = t/www/invalid-extension.xpi
filename = t/www/redisplay.xpi
encoding = bytes
; `dzil authordeps` doesn't know about the Pod Weaver dependenciess:
; authordep Pod::Weaver::Section::Contributors = 0
; authordep Pod::Weaver::Plugin::Encoding = 0
; authordep Pod::Weaver::Section::SeeAlso = 0
; authordep Pod::Weaver::Section::GenerateSection = 0
; authordep Pod::Elemental::Transformer::List = 0
; authordep XML::Simple = 0
; authordep Test::LWP::UserAgent = 0
; authordep Test::Pod::Coverage = 0
; authordep Term::UI = 0