-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdist.ini
114 lines (97 loc) · 2.4 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
name = Net-SAML2
abstract = SAML bindings and protocol implementation
authors = Chris Andrews <[email protected]>
authors = Timothy Legge <[email protected]>
copyright_holder = Venda Ltd, see the CONTRIBUTORS file for others
license = Perl_5
main_module = lib/Net/SAML2.pm
[Meta::Maintainers]
maintainer = Timothy Legge <[email protected]>
[Git::Contributors]
order_by = commits
include_authors = 1
[@Filter]
bundle = @Basic
remove = GatherDir
remove = Readme
[Pod2Readme]
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
exclude_filename = LICENSE
exclude_filename = CONTRIBUTORS
exclude_match = xt\/testapp\/.*
exclude_filename = README
[Encoding]
encoding = bytes
match = ico
[CPANFile]
[CopyFilesFromBuild::Filtered]
copy = cpanfile
copy = Makefile.PL
copy = README
copy = LICENSE
copy = CONTRIBUTORS
[CopyFilesFromRelease]
copy = cpanfile, Makefile.PL, README, LICENSE, CONTRIBUTORS
[AutoPrereqs]
skip = Saml2Test
skip = ^vars$
skip = utf8
skip = warnings
skip = strict
skip = overload
skip = base
skip = feature
[Prereqs / RuntimeRequires]
perl = 5.014
XML::Enc = 0.13
XML::Sig = 0.64
; Here because it isn't provided by Crypt::OpenSSL::RSA
Crypt::OpenSSL::Bignum = 0
URN::OASIS::SAML2 = 0.004
XML::Generator = 1.13
[Prereqs / TestRequires]
Test::Pod = 1.14
Test::Pod::Coverage = 1.04
[MetaJSON]
[MetaProvides::Package]
[Repository]
git_remote = upstream
[Bugtracker]
web = https://github.com/perl-net-saml2/perl-Net-SAML2/issues
[PodSyntaxTests]
[PodCoverageTests]
[Test::Perl::Critic]
[Test::EOL]
[Test::EOF]
[Test::NoTabs]
[PodWeaver]
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes
[ContributorsFile]
filename = CONTRIBUTORS
[Git::NextVersion]
first_version = 0.001 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(0.\d+)$ ; this is the default
[OurPkgVersion]
skip_main_module = 1
[Git::Tag]
tag_format = %V ; this is the default
tag_message = %V ; this is the default
[Git::Commit]
changelog = Changes ; this is the default
[Signature]
[SignReleaseNotes]
[BumpVersionAfterRelease]
[GitHub::CreateRelease]
branch = master
title_template = Version RELEASE - TRIAL CPAN release
notes_as_code = 1 ; default = 1
notes_from = SignReleaseNotes
notes_file = Release-VERSION
github_notes = 0 ; default = 0
draft = 0 ; default = 0
org_id = perl-net-saml2