summaryrefslogtreecommitdiff
path: root/dist.ini
blob: 76053c2511d167c686034e44808ab88d7f3fe3e9 (plain)
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
name     = Dist-Metadata
author   = Randy Stauner <rwstauner@cpan.org>
license  = Perl_5
copyright_holder  = Randy Stauner
copyright_year    = 2011

[@Author::RWSTAUNER]
:version = 4.201
-remove = Test::ReportPrereqs
; TODO: remove this after releasing a new author bundle
-remove = ReportVersions::Tiny
;PortabilityTests.options = test_mac_length = 0, test_one_dot = 0
-remove = Test::Portability

[%PodWeaver]
-StopWords.include = TODO dist dists dir unix checksum checksums

[Encoding / BinaryFiles]
encoding = bytes
match = \.(zip|tar\.gz)$

[Prereqs]
; File::Temp->newdir
File::Temp = 0.19
File::Spec::Native = 1.002

; These Digest mods are in core as of 5.8/5.10.
Digest      = 1.03
Digest::MD5 = 2
Digest::SHA = 5

; Needed for dzil build, too.
; authordep Archive::Any::Create
[Prereqs / DevelopRequires]
Archive::Any::Create = 0.03

[Run::BeforeBuild]
; generate test data
run = %x corpus/make_dists

; CPAN::Meta requires Parse::CPAN::Meta which requires JSON::PP
; but in some smoke test environments it seems to be missing.
; JSON-2.27 bundled it's own JSON:PP (2.27008) which may be the culprit.
[Test::ReportPrereqs]
:version = 0.004
include = JSON::PP
include = JSON