-
Notifications
You must be signed in to change notification settings - Fork 8
/
dist.ini
57 lines (50 loc) · 1.14 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
name = YAML-PP
author = Tina Müller <[email protected]>
license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2024
version = v0.37.1
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = Readme
option = for_basic
[Prereqs]
perl = 5.8.0
Scalar::Util = 1.07 ; openhandle()
[AutoPrereqs]
skip = Term::ANSIColor
skip = boolean
skip = JSON::PP
skip = JSON::XS
skip = Cpanel::JSON::XS
skip = HTML::Entities
skip = Tie::IxHash
skip = Tie::StdHash
skip = Tie::StdArray
skip = YAML
skip = YAML::PP::LibYAML
skip = YAML::Syck
skip = YAML::Tiny
skip = YAML::XS
[Prereqs / TestRequires]
Test::More = 0.98
[Prereqs / TestRecommends]
Test::Deep = 0
[OverridePkgVersion]
[MetaProvides::Package]
[Test::Compile]
filename = t/00.compile.t
[CopyFilesFromBuild]
copy = Makefile.PL
; requires CopyFilesFromBuild >= 0.163040
copy = t/00.compile.t
[GatherDir]
exclude_filename = Makefile.PL
exclude_filename = t/00.compile.t
[MetaJSON]
[MetaResources]
bugtracker.web = https://github.com/perlpunk/YAML-PP-p5/issues
repository.url = https://github.com/perlpunk/YAML-PP-p5
repository.web = https://github.com/perlpunk/YAML-PP-p5
repository.type = git