-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
97 lines (83 loc) · 1.86 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
name = XML-Enc
abstract = A toolkit to help encrypt and decrypt XML Digital Signatures.
author = Timothy Legge <[email protected]>
copyright_holder = TImothy Legge
; [...]
license = Perl_5
[Meta::Maintainers]
maintainer = Timothy Legge <[email protected]>
[Meta::Contributors]
contributor = Timothy Legge <[email protected]>
[AutoPrereqs]
[Prereqs / RuntimeRequires]
perl = 5.010
Crypt::PK::RSA = 0
Crypt::OpenSSL::X509 = 0
MIME::Base64 = 0
XML::LibXML = 0
Crypt::Mode::CBC = 0
Crypt::AuthEnc::GCM = 0.062
[Prereqs / TestRequires]
Test::More = 0
File::Slurper = 0
File::Which = 0
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[Pod2Readme]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[TestRelease]
[ConfirmRelease]
[Manifest]
[UploadToCPAN]
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
exclude_filename = dev-bin/cpanm
exclude_filename = Dockerfile
exclude_filename = MANIFEST
exclude_filename = README
[Encoding]
encoding = bytes
match = ico
[CPANFile]
[CopyFilesFromBuild::Filtered]
copy = cpanfile
copy = Makefile.PL
copy = README
[CopyFilesFromRelease]
copy = cpanfile, Makefile.PL, README
[MetaJSON]
[MetaProvides::Package]
[Repository]
git_remote = upstream
[Bugtracker]
web = https://github.com/perl-net-saml2/perl-XML-Enc/issues
[PodSyntaxTests]
[PodCoverageTests]
[Test::Perl::Critic]
[Test::EOL]
[Test::EOF]
[Test::NoTabs]
[Test::TrailingSpace ]
[PodWeaver]
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes
[Git::NextVersion]
first_version = 0.01 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(0.\d+)$ ; this is the default
[OurPkgVersion]
[Git::Tag]
tag_format = %V ; this is the default
tag_message = %V ; this is the default
[Git::Commit]
changelog = Changes ; this is the default
[AuthorsFromGit]
[Signature]
[SignReleaseNotes]