-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
45 lines (37 loc) · 1.16 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
name = YAML-Tiny
author = Adam Kennedy <[email protected]>
copyright_holder = Adam Kennedy
copyright_year = 2006
license = Perl_5
abstract = Read/Write YAML files with as little code as possible
[FileFinder::Filter / TestsSansCorpus]
finder = :TestFiles
skip = ^t/data/
; version is derived automatically from git tags, and inserted
; into Changes and all .pm files
[@Author::ETHER]
:version = 0.025
-remove = PodWeaver
-remove = Test::CheckDeps ; keep our test prereqs core-only
-remove = EOLTests ; our test corpus has trailing whitespace - todo later, skip that file.
AutoPrereqs.skip = ^YAML
AutoPrereqs.test_finder = TestsSansCorpus
Authority.authority = cpan:ADAMK
Test::MinimumVersion.max_target_perl = 5.008001
[RemovePrereqs]
remove = JSON
remove = JSON::PP
[Prereqs / RuntimeRequires]
strict = 0
[Prereqs / TestRequires]
File::Spec = 0.80
Test::More = 0.99 ; more reliable subtest
[Prereqs / TestRecommends]
JSON = 2
[Encoding / corpus]
encoding = bytes
matches = ^t/data/
[OnlyCorePrereqs]
:version = 0.008
check_dual_life_versions = 0
starting_version = 5.007003 ; when Scalar::Util was first cored