-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
43 lines (32 loc) · 813 Bytes
/
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
name = OpenSMTPd-Filter
copyright_holder = Andrew Hewus Fresh <andrew@afresh1.com>
copyright_year = 2021
license = MIT ; would prefer OpenBSD, but Dist::Zilla doesn't support it
[@Filter]
-bundle = @Basic
-remove = GatherDir
[MetaJSON]
[OurPkgVersion]
[Prereqs::FromCPANfile]
[StaticInstall]
[ExecDir]
dir = script ; in addition to bin/ for StaticInstall compatibility
[PodWeaver]
[ReadmeAnyFromPod]
[ChangelogFromGit::CPAN::Changes]
file_name = CHANGES
tag_regexp = \b(v?\d+\.\d+(?:\.\d+)*)\b
copy_to_root = 0
[Git::NextVersion]
first_version = v0.0.1
version_regexp = \b(v\d+\.\d+\.\d+)(?:\.\d+)*\b
[Git::Commit]
[Git::Tag]
[Git::Push]
[Git::GatherDir]
exclude_filename = README.md
exclude_filename = LICENSE.txt
[GitHub::Meta]
[GitHub::UploadRelease]
[Test::Compile]
[Test::ReportPrereqs]