-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathdist.ini
106 lines (89 loc) · 2 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
name = LWP-Protocol-https
author = Gisle Aas <gisle@activestate.com>
license = Perl_5
main_module = lib/LWP/Protocol/https.pm
copyright_holder = Gisle Aas
copyright_year = 1997
; Gather stuff in
[Git::GatherDir]
exclude_filename = Makefile.PL
exclude_filename = META.json
exclude_filename = README.md
exclude_filename = LICENSE
[PruneCruft]
; Handle the META resources
[MetaConfig]
[MetaProvides::Package]
[MetaNoIndex]
directory = t
directory = xt
[MetaYAML]
[MetaJSON]
[MetaResources]
x_IRC = irc://irc.perl.org/#lwp
x_MailingList = mailto:libwww@perl.org
[Git::Check]
allow_dirty = Makefile.PL
allow_dirty = META.json
allow_dirty = README.md
allow_dirty = LICENSE
[Git::Contributors]
[GithubMeta]
issues = 1
user = libwww-perl
[Manifest]
[License]
; Create Readme
[ReadmeAnyFromPod / Markdown_Readme]
source_filename = lib/LWP/Protocol/https.pm
type = markdown
filename = README.md
location = root
; make the bin dir executables
; [ExecDir]
; [ShareDir]
; Handle Versioning
[@Git::VersionManager]
commit_files_after_release = LICENSE
commit_files_after_release = Makefile.PL
commit_files_after_release = META.json
RewriteVersion::Transitional.fallback_version_provider = Git::NextVersion
[Prereqs::FromCPANfile]
[MakeMaker::Awesome]
[CheckChangeLog]
[CheckChangesHasContent]
; TODO strict and warnings to quiet the kwalitee tests
[Test::Kwalitee]
filename = xt/author/kwalitee.t
skiptest = has_readme
[MojibakeTests]
[Test::Version]
[Test::ReportPrereqs]
include = Net::SSLeay
[Test::Compile]
bail_out_on_fail = 1
xt_mode = 1
[Test::Portability]
; TODO perltidy for NoTabs
[Test::CleanNamespaces]
; [Test::NoTabs]
[Test::EOL]
[MetaTests]
[Test::MinimumVersion]
[PodSyntaxTests]
[Test::Pod::Coverage::Configurable]
trustme = LWP::Protocol::https => qr/^(?:socket_type)$/
[Test::PodSpelling]
wordlist = Pod::Wordlist
spell_cmd = aspell list
[RunExtraTests]
[CheckStrictVersion]
decimal_only = 1
[CopyFilesFromBuild]
copy = Makefile.PL
copy = META.json
copy = LICENSE
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[Git::Push]