forked from chrisa/perl-Crypt-OpenSSL-VerifyX509
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
92 lines (69 loc) · 1.72 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
80
81
82
83
84
85
86
87
88
89
90
91
92
name = Crypt-OpenSSL-VerifyX509
author = Chris Andrews
main_module = VerifyX509.pm
license = Perl_5
copyright_holder = Chris Andrews
copyright_year = 2010-2022
[Meta::Maintainers]
maintainer = Timothy Legge <[email protected]>
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = MakeMaker
-remove = Readme
;[GithubMeta]
;homepage = https://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509
;issues = 1
[Prereqs / RuntimeRequires]
perl = 5.008
Crypt::OpenSSL::X509 = 0
[Prereqs / TestRequires]
File::Slurper = 0.012
[Pod2Readme]
[ReadmeAnyFromPod / ReadmePodInRoot]
type = gfm
filename = README.md
location = root
[ExtraTests]
[PodSyntaxTests]
[Test::PodSpelling]
directories = .
stopword = Bron
stopword = Legge
stopword = Venda
stopword = VerifyX
[Test::Kwalitee]
[MetaJSON]
[Test::CPAN::Meta::JSON]
[CPANFile]
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes
[CopyFilesFromBuild]
copy = Makefile.PL
copy = LICENSE
[MakeMaker::Awesome]
header_file = maint/Makefile_header.PL
WriteMakefile_arg = %args
[Repository]
git_remote = origin
[Git::NextVersion]
first_version = 0.17 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(0.\d+)$ ; this is the default
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
exclude_filename = MANIFEST
exclude_filename = README.md
exclude_filename = LICENSE
;[Git::Tag]
;tag_format = %V ; this is the default
;tag_message = %V ; this is the default
[@Git]
changelog = Changes ; this is the default
tag_format = %V ; Don't proceed tags with "v"
tag_message = %V ; this is the default
push_to = origin ; see Git::Push
[Signature]
[SignReleaseNotes]