-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
79 lines (65 loc) · 1.53 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name = Email-Send
author = Casey West <[email protected]>
license = Perl_5
copyright_holder = Casey West
copyright_year = 2004
[MetaProvides::Package]
[Deprecated]
[@Filter]
-bundle = @Basic
-remove = ExtraTests
-remove = GatherDir
-remove = Readme
[NextRelease]
format = %-9v %{yyyy-MM-dd}d
[GatherDir]
exclude_filename = Makefile.PL
exclude_filename = META.json
exclude_filename = README.md
[ReadmeAnyFromPod / Readme_Github]
type = markdown
filename = README.md
location = build
[Git::Contributors]
[VersionFromModule]
[MetaConfig]
[MetaJSON]
[AutoPrereqs]
[GithubMeta]
user = Perl-Email-Project
issues = 1
[@Git]
tag_format = %v
[CheckChangeLog]
[Test::ChangesHasContent]
[PodSyntaxTests]
; This test is a pain when 1Password needs to authenticate every time...
; [Test::PAUSE::Permissions]
[Test::Compile]
[Test::ReportPrereqs]
[Test::Kwalitee]
[Test::Version]
[Test::Pod::Coverage::Configurable]
trustme = Email::Send::NNTP => qr/send|is_available/;
trustme = Email::Send::Qmail => qr/send|is_available/;
trustme = Email::Send::Sendmail => qr/send|is_available/;
trustme = Email::Send::SMTP => qr/send|is_available|get_env_recipients/;
trustme = Email::Send::Test => qr/send|is_available/;
[Test::PodSpelling]
wordlist = Pod::Wordlist
spell_cmd = aspell list
stopword = SIGNES
stopword = UserAgent
stopword = sasl
stopword = bcc
stopword = qmail
stopword = achtung
[RunExtraTests]
[RemovePrereqs]
remove = Net::NNTP
remove = Net::SMTP::SSL
remove = Net::SMTP::TLS
[CopyFilesFromBuild]
copy = Makefile.PL
copy = META.json
copy = README.md