-
Notifications
You must be signed in to change notification settings - Fork 4
/
dist.ini
58 lines (47 loc) · 1.17 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
name = Geo-Address-Formatter
version = 1.9984
abstract = format structured address data according to various global/country rules
author = Ed Freyfogle
license = Perl_5
copyright_holder = Opencage GmbH
[Prereqs / RuntimeRequires]
perl = 5.012
Clone = >= 0.46
Data::Dumper = 0
File::Basename = 0
File::Find::Rule = 0
Ref::Util = >= 0.204 ;
Scalar::Util = 0
Text::Hogan = >= 2.03 ;
Try::Catch = 0
YAML::LibYAML = >= 0.89 ;
[Prereqs / TestRequires]
File::Slurper = 0
File::Spec = 0
Test::Exception = 0
Test::More = 0.88 ; for done_testing
Test::NoWarnings = 0
Test::Perl::Critic = 0
Test::Warn = 0
[GithubMeta]
[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]
; see http://dzil.org/tutorial/vcs-git.html
[Git::Check]
[Git::Commit]
[Git::Tag]
[Git::Push]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]