forked from Flimm/perl5-Data-MoneyCurrency
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
55 lines (43 loc) · 991 Bytes
/
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
; configuration file for Dist::Zilla
; http://dzil.org/
name = Data-MoneyCurrency
version = 0.27
author = edf <[email protected]>
license = Perl_5
copyright_holder = OpenCage GmbH
; http://dzil.org/tutorial/prereq.html
[Prereqs]
perl = 5.012
Cpanel::JSON::XS = 0
File::ShareDir = 0
Pod::Coverage = 0
Test::Exception = 0
Test::More = 0.88 ; for done_testing
Test::Pod = 0
Test::Pod::Coverage = >= 1.08
Test::Warn = 0
Types::Serialiser = 0
[GatherDir]
; for removing unwanted files, e.g. files starting a '.'
[PruneCruft]
; https://metacpan.org/source/KENTNL/Dist-Zilla-Plugin-MetaProvides-2.001000/README
[MetaProvides::Package]
[MakeMaker]
[MetaJSON]
[MetaYAML]
[Manifest]
[PkgVersion]
[PodWeaver]
[License]
[Readme]
[ShareDir]
dir = conf
[GithubMeta]
; see http://dzil.org/tutorial/vcs-git.html
[Git::Check]
[Git::Commit]
[Git::Tag]
[Git::Push]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]