-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
129 lines (110 loc) · 2.91 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
124
125
126
127
128
129
;; basic settings
name = Regru-API
version = 0.053
author = Polina Shubina <[email protected]>
author = Anton Gerasimov <[email protected]>
license = Perl_5
copyright_holder = REG.RU LLC
copyright_year = 2013
main_module = lib/Regru/API.pm
;; dependencies
[Prereqs]
perl = 5.008009
strict = 0
warnings = 0
Carp = 0
Data::Dumper = 0
JSON = 2.90
LWP::UserAgent = 0
Moo = 0
Try::Tiny = 0
Class::Load = 0
LWP::Protocol::https = 0
namespace::autoclean = 0
Moose = 0
[Prereqs / TestRequires]
Test::More = 0.98
Test::Fatal = 0.010
Test::Pod = 1.22
Test::Warnings = 0.010
HTTP::Response = 6.04
HTTP::Date = 6.02
URI = 1.60
Net::Ping = 2.38
[Prereqs / TestRecommends]
Pod::Coverage::TrustPod = 0
Test::CPAN::Meta = 0
Test::EOL = 0
Test::Kwalitee = 0
Test::NoTabs = 0
Test::Pod::Coverage = 0
;; dist files
[GatherDir]
exclude_filename = dist.ini
exclude_filename = weaver.ini
exclude_match = .*\.(orig|rej|bak|old|patch|gz|swp)
[PruneCruft]
;; modified files
[OurPkgVersion]
[PodWeaver]
[NextRelease]
time_zone = UTC
format = %-7v %{EEE MMM d HH:mm:ss yyyy ZZZ}d
;; inject authority
[Authority]
do_metadata = 1
locate_comment = 1
;; generated files
[License]
[ReadmeAnyFromPod / ReadmeMdInRoot]
type = markdown
filename = README.md
location = root
[ReadmeAnyFromPod / ReadmeTextInBuild]
type = text
filename = README
location = build
[TravisCI::StatusBadge]
user = regru
repo = regru-api-perl
vector = 1
;; cpan does not index this
[MetaNoIndex]
directory = t
directory = xt
directory = eg
directory = examples
directory = corpus
package = DB
namespace = t::lib
;; set META resources
[MetaResources]
homepage = https://metacpan.org/release/Regru-API
repository.url = git://github.com/regru/regru-api-perl.git
repository.web = https://github.com/regru/regru-api-perl
bugtracker.web = https://github.com/regru/regru-api-perl/issues
repository.type = git
;; add 'provides' to META
[MetaProvides::Package]
meta_noindex = 1
;; META files
[MetaYAML]
[MetaJSON]
;; t tests
[Test::Compile]
fake_home = 1
;; xt tests
[ExtraTests]
[MetaTests]
[PodSyntaxTests]
[PodCoverageTests]
[Test::Version]
[Test::Kwalitee]
[Test::EOL]
[Test::NoTabs]
;; build
[MakeMaker]
[Manifest]
;; release
[ConfirmRelease]
[UploadToCPAN]