-
Notifications
You must be signed in to change notification settings - Fork 7
/
dist.ini
84 lines (68 loc) · 1.5 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
name = Thrift-API-HiveClient2
author = David Morel <[email protected]>
license = Apache_2_0
copyright_holder = David Morel & Booking.com. Portions are (c) R.Scaffidi, Thrift files are (c) Apache Software Foundation.
copyright_year = 2015
[Prereqs]
perl = 5.010
Class::Accessor = 0
IO::Socket::SSL = 0
List::MoreUtils = 0
Moo = 0
Scalar::Util = 0
Thrift = 0.10.0
version = 0
[PodWeaver]
[GatherDir]
exclude_match = gen-perl
exclude_match = cache
exclude_filename = weaver.ini
exclude_match = Thrift-API-HiveClient2-0\.[0-9]+
exclude_match = .*.iml
[Keywords]
keywords = apache thrift hive hadoop bigdata
[AutoPrereqs]
skip = Thrift::Type
skip = Thrift::MessageType
skip = Thrift::Exception
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[MetaJSON]
[License]
[ ReadmeAnyFromPod / MarkdownInRoot ]
filename = README.md
; tests
[MetaTests]
[ExtraTests]
[PodSyntaxTests]
[PodCoverageTests]
[Test::ReportPrereqs]
[Test::Compile]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[PkgDist]
[PkgVersion]
[Git::NextVersion]
[GitHub::Meta]
[Meta::Contributors]
contributor = Burak Gursoy <[email protected]>
contributor = David Morel <[email protected]>
contributor = Neil Bowers <[email protected]>
; release
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
; git
[Git::Check]
[Git::Commit]
commit_msg = Changes for version %v
[Git::Tag]
tag_format = v%v
tag_message = %N v%v
[Git::Push]
push_to = origin