-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdist.ini
More file actions
62 lines (47 loc) · 1.09 KB
/
dist.ini
File metadata and controls
62 lines (47 loc) · 1.09 KB
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
name = Markdown-Table
author = Renee Baecker <reneeb@cpan.org>
license = Artistic_2_0
copyright_holder = Renee Baecker
copyright_year = 2020
[Git::Contributors]
include_authors = 1
[VersionFromModule]
[PodWeaver]
[PodCoverageTests]
[PodSyntaxTests]
[@Filter]
-bundle = @Basic
-remove = Readme
[@Git]
[MetaJSON]
[MinimumPerlFast]
[MetaProvides::Package]
[ReadmeAnyFromPod / MarkdownInRoot]
phase = build
[ReadmeAnyFromPod / TextInBuild]
phase = build
[GitHubREADME::Badge]
badges = travis
badges = cpants
badges = issues
badges = cpancover
phase = build
place = top
[ReadmeAddDevInfo]
phase = build
before = # AUTHOR
add_contribution_file = 1
[ContributorsFile]
filename = CONTRIBUTORS
[MetaResources]
homepage = https://github.com/perlservices/Markdown-Table
bugtracker.web = https://github.com/perlservices/Markdown-Table/issues
repository.url = git://github.com/perlservices/Markdown-Table.git
repository.web = http://github.com/perlservices/Markdown-Table
repository.type = git
[Prereqs]
Moo = 2.0
Text::ASCIITable = 0.22
[Prereqs / TestRequires]
Test::More = 0
Pod::Coverage::TrustPod = 0