-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdist.ini
More file actions
32 lines (28 loc) · 719 Bytes
/
Copy pathdist.ini
File metadata and controls
32 lines (28 loc) · 719 Bytes
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
name = Markdown-Pod
author = 김도형 - Keedi Kim <keedi@cpan.org>
license = Perl_5
copyright_holder = Keedi Kim
[FileFinder::ByName / OverrideTestFiles]
dir = t
skip = \.mkd$
[@DAGOLDEN]
authority = cpan:KEEDI
CopyFilesFromBuild::Filtered.copy[] = cpanfile
MinimumPerl.test_finder = OverrideTestFiles
stopwords = Str
stopwords = blockquoted
stopwords = doit
stopwords = env
[Prereqs / RuntimeRequires]
Markdent = 0.40
[Prereqs / TestRequires]
Test::More = 0
[RemovePrereqs]
remove = lib
remove = strict
remove = utf8
remove = warnings
remove = Encode
remove = Markdent::Parser
remove = Markdent::Role::EventsAsMethods
remove = Markdent::Types