-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdist.ini
112 lines (91 loc) · 2.1 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
name = Playwright
version = 1.460
author = George S. Baugh <george@troglodyne.net>
license = MIT
copyright_holder = Troglodyne LLC
copyright_year = 2022
[Run::BeforeBuild]
run = PATH="$NVM_BIN:$PATH"
run = which npm
run = which npx
run = npm i
run = npm i playwright@latest
run = npx playwright install-deps
run = npx playwright install
run = ./generate_api_json.sh
run = ./generate_perl_modules.pl
[Run::AfterBuild]
run = ./clean_generated_files.sh
[GatherDir / LibFiles ]
include_untracked = 1
exclude_match = .*\.swp
exclude_match = .*\.swo
root = ./lib
prefix = lib
[GatherDir / BuildConf ]
root = ./conf
prefix = .
[GatherDir / BinFiles ]
include_untracked = 1
root = ./bin
prefix = bin
[GatherDir / TestFiles ]
root = ./t
prefix = t
[GatherDir / ExtraTestFiles ]
root = ./xt
prefix = xt
[PruneCruft]
except = \.travis.yml
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[InstallGuide]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[FileFinder::Filter / NoServer]
finder = :InstallModules ;
skip = playwright-server
[PkgVersion]
finder=NoServer
[AutoPrereqs]
[MetaProvides::Package]
[FileFinder::Filter / NoBin]
finder = :InstallModules ;
[PodWeaver]
finder=NoBin
[Git::Contributors]
[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::Compile
disable = PodCoverageTests
disable = Test::Synopsis
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[CheckMetaResources]
[CheckPrereqsIndexed]
[CheckChangesHasContent]
[Prereqs / RuntimeRequires]
perl = 5.010
List::Util = 1.33
[GithubMeta]
issues = 1
user = teodesian
; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
; 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