-
Notifications
You must be signed in to change notification settings - Fork 4
/
dist.ini
146 lines (120 loc) · 3.29 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
name = Locale-Babelfish
author = Akzhan Abdulin <[email protected]>
author = Igor Mironov <[email protected]>
author = Victor Efimov <[email protected]>
author = REG.RU LLC
author = Kirill Sysoev <[email protected]>
author = Alexandr Tkach <[email protected]>
license = MIT
copyright_holder = REG.RU LLC
copyright_year = 2014
version = 2.13
[Prereqs]
perl = 5.010001
strict = 0
warnings = 0
constant = 0
feature = 0
parent = 0
utf8 = 0
Carp = 0
YAML::SyckWrapper = 0
Class::Accessor::Fast = 0
File::Find = 0
File::Spec = 0
List::Util = 1.33
Scalar::Util = 0
[Prereqs / TestRequires]
Test::More = 0.98
Test::Deep = 0
Test::More::UTF8 = 0
Test::Spec = 0
Test::Exception = 0
FindBin = 0
utf8 = 0
strict = 0
warnings = 0
lib::abs = 0
Data::Dumper = 0
[Prereqs / TestRecommends]
Pod::Coverage::TrustPod = 0
Test::CPAN::Meta = 0
Test::EOL = 0
Test::NoTabs = 0
Test::Pod = 0
Test::Pod::Coverage = 0
;;
[GatherDir]
include_dotfiles = 1
exclude_filename = dist.ini
exclude_filename = weaver.ini
exclude_match = .*\.(orig|rej|bak|old|patch|gz|swp)
exclude_match = \.git.*
[PruneCruft]
except = \.travis\.yml
;; all dot-files automatically pruned
[OurPkgVersion]
[PodWeaver]
[NextRelease]
time_zone = UTC
format = %-7v %{EEE MMM d HH:mm:ss yyyy ZZZ}d
[License]
[ReadmeFromPod]
[ReadmeAnyFromPod / ReadmeMdInRoot]
type = markdown
filename = README.md
location = root
;; cpan does not index this
[MetaNoIndex]
directory = t
directory = xt
directory = eg
directory = examples
directory = corpus
package = DB
namespace = t::lib
[TravisCI::StatusBadge]
:version = 0.005
vector = 1
;; set META resources
[MetaResources]
homepage = https://metacpan.org/release/Locale-Babelfish
repository.url = git://github.com/regru/Locale-Babelfish.git
repository.web = https://github.com/regru/Locale-Babelfish
bugtracker.web = https://github.com/regru/Locale-Babelfish/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::ReportPrereqs]
[Test::EOL]
[Test::NoTabs]
;; build
[MakeMaker]
[Manifest]
;; release
[ConfirmRelease]
[UploadToCPAN]
;[FakeRelease]
;user = CHIM
[Git::Check]
allow_dirty = dist.ini
allow_dirty = README
allow_dirty = README.md
;untracked_files = die
[Git::Tag]
tag_format = v%v
tag_message = release v%v
[Git::Commit]