-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdist.ini
More file actions
63 lines (58 loc) · 1.65 KB
/
dist.ini
File metadata and controls
63 lines (58 loc) · 1.65 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
62
63
name = Courriel
author = Dave Rolsky <autarch@urth.org>
license = Artistic_2_0
copyright_holder = Dave Rolsky
; authordep Dist::Zilla::PluginBundle::DROLSKY = 1.24
[@DROLSKY]
dist = Courriel
pod_coverage_class = Pod::Coverage::Moose
pod_coverage_skip = Courriel::ContentType
pod_coverage_skip = Courriel::Disposition
pod_coverage_skip = Courriel::Helpers
pod_coverage_skip = Courriel::Role::HeaderWithAttributes
pod_coverage_skip = Courriel::Role::Part
pod_coverage_skip = Courriel::Role::Streams
pod_coverage_skip = Courriel::Types
pod_coverage_skip = Courriel::Types::Internal
pod_coverage_skip = Email::Abstract::Courriel
pod_coverage_trustme = Courriel => qr/^replace_body$/
prereqs_skip = Email::Sender::Simple
prereqs_skip = Path::Class
stopwords = API
stopwords = CPAN
stopwords = Courriel
stopwords = DateTime
stopwords = Multipart
stopwords = PayPal
stopwords = Postel
stopwords = UTC
stopwords = UTF
stopwords = ascii
stopwords = attribute's
stopwords = cid
stopwords = distro
stopwords = filename
stopwords = html
stopwords = inline
stopwords = lookup
stopwords = multipart
stopwords = utf
stopwords = zh
use_github_issues = 1
Test::CleanNamespaces.skip = ^Courriel::(?:Builder|Helpers)$
; some of the test code intentionally has trailing whitespace
-remove = Test::EOL
; some of the test data intentionally has tabs
-remove = Test::NoTabs
-remove = Test::Synopsis
[Encoding]
encoding = bytes
match = \.jpg$
[Prereqs]
List::MoreUtils = 0.28
[Prereqs / TestRecommends]
Email::Sender = 0
Path::Class = 0
; I think the right fix is to make Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable add the relevant prereqs
[Prereqs / DevelopRequires]
Pod::Coverage::Moose = 0