-
Notifications
You must be signed in to change notification settings - Fork 10
/
dist.ini
123 lines (98 loc) · 2.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
name = Crypt-PKCS10
author = Gideon Knocke <gknocke@cpan.org>
author = Timothe Litt <tlhackque@cpan.org>
license = Perl_5
copyright_holder = Gideon Knocke, Timothe Litt
copyright_year = 2014, 2016
[Run::BeforeBuild]
run = echo "Commit log for %n, most recent first" >Commitlog
run = echo "" >>Commitlog
run = git log --format="- %%s%%n" >>Commitlog
run = rm -f README README.md; touch README README.md
[Encoding]
encoding = bytes
match = .cer$
[VersionFromModule]
[CopyFilesFromBuild]
copy = LICENSE
copy = Makefile.PL
copy = MANIFEST
copy = META.yml
copy = META.json
;[@Basic]
[GatherDir]
exclude_match = ~$
exclude_match = \#.*\#$
exclude_match = \.bak$
exclude_match = \.tmp$
exclude_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = MANIFEST
exclude_filename = META.yml
exclude_filename = META.json
[PruneCruft]
except = \.gitignore
[MetaConfig]
[MetaProvides::Package]
[MetaResources]
repository.url = https://github.com/gknocke/Crypt-PKCS10.git
repository.type = git
repository.web = https://github.com/gknocke/Crypt-PKCS10
bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-PKCS10
bugtracker.mailto = bug-crypt-pkcs10@rt.cpan.org
[MinimumPerl]
perl = 5.008008
[MetaYAML]
[MetaJSON]
[License]
;[README]
[ExtraTests]
[Test::Perl::Critic]
[PodSyntaxTests]
; 92.3%, [PodCoverageTests]
[ExecDir]
[ShareDir]
;[MakeMaker]
;static_attribution = 1
[PodWeaver]
[Run::BeforeArchive]
run = sed -i -e'/^=head1 AUTHOR/i=for readme start\n\n' %d%plib%pCrypt%pPKCS10.pm
run = ./runbrew -in %d pod2readme -F lib%pCrypt%pPKCS10.pm && cp -p %d%pREADME .
run = ./runbrew -in %d pod2readme -F -f markdown lib%pCrypt%pPKCS10.pm && cp -p %d%pREADME.md .
run = sed -i -e'/^__END__/d' %d%pChanges
[AutoPrereqs]
skip = ^Crypt::OpenSSL::DSA
skip = ^Crypt::OpenSSL::RSA
skip = ^Crypt::PK::ECC
[Prereqs]
Convert::ASN1 = 0.27
Digest::MD2 = 2.03
Digest::MD4 = 1.5
Digest::MD5 = 2.51
Digest::SHA = 5.95
[Prereqs / RuntimeRecommends]
Crypt::OpenSSL::DSA = 0.15
Crypt::PK::ECC = 0.041
Crypt::OpenSSL::RSA = 0.28
[Prereqs / ConfigureRequires]
; It would be nice to Require 1 of the 'Recommends'
Text::Wrap = 2005.082401
[Prereqs / ConfigureRecommends]
Crypt::OpenSSL::DSA = 0.15
Crypt::PK::ECC = 0.041
Crypt::OpenSSL::RSA = 0.28
[Prereqs / TestRequires]
Text::Wrap = 2005.082401
[MakeMaker::Awesome]
:version = 0.26
header_file = makefile_test_ssl
static_attribution = 1
[Prereqs / DevelopRequires]
Sort::Versions = 1.62
Pod::Readme = 1.1.2
[Test::ReportPrereqs]
[Manifest]
[Signature]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]