-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
62 lines (47 loc) · 1.29 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
59
60
61
62
name = CPANPLUS-Dist-Debora
version = 0.016
author = Andreas Vögele <[email protected]>
license = Perl_5
copyright_holder = Andreas Vögele
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = MakeMaker
-remove = Readme
[MetaResources]
homepage = https://github.com/voegelas/CPANPLUS-Dist-Debora/wiki
bugtracker.web = https://github.com/voegelas/CPANPLUS-Dist-Debora/issues
repository.url = https://github.com/voegelas/CPANPLUS-Dist-Debora.git
repository.web = https://github.com/voegelas/CPANPLUS-Dist-Debora
repository.type = git
[CPANFile]
[GatherDir]
exclude_filename = cpanfile
exclude_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = META.json
[CopyFilesFromBuild]
copy = cpanfile
copy = LICENSE
copy = Makefile.PL
copy = META.json
[MetaProvides::Package]
[MetaJSON]
[PodCoverageTests]
[PodSyntaxTests]
[MakeMaker::Awesome]
min_perl_version = 5.016
header = die "OS unsupported\n" if $^O eq 'MSWin32';
[Test::Kwalitee]
[AutoPrereqs]
[Prereqs]
Software::License = 0.103014
[Prereqs / RuntimeRequires]
CPANPLUS = 0.9166
CPANPLUS::Dist::Build = 0
[Prereqs / DevelopRequires]
Dist::Zilla = 0
Dist::Zilla::Plugin::CopyFilesFromBuild = 0
Dist::Zilla::Plugin::MakeMaker::Awesome = 0.26
Dist::Zilla::Plugin::MetaProvides::Package = 0
Dist::Zilla::Plugin::Test::Kwalitee = 0