-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
52 lines (37 loc) · 912 Bytes
/
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
name = AWS-Lambda-Toolkit
author = Jose Luis Martinez <[email protected]>
license = Apache_2_0
copyright_holder = CAPSiDE
copyright_year = 2019
main_module = lib/AWS/Lambda/Toolkit.pm
[VersionFromMainModule]
[Git::GatherDir]
; LICENSE gets generated by Dist::Zilla, but we want it in
; the source repo so github can detect it
exclude_match=LICENSE
exclude_match=layers/
[MakeMaker]
[@Git]
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README.md
[ExecDir]
[ShareDir]
dir = share
[Prereqs::FromCPANfile]
[MetaYAML]
[MetaJSON]
[MetaResources]
repository.web = https://github.com/pplu/perl-lambda-byor
repository.url = https://github.com/pplu/perl-lambda-byor.git
repository.type = git
bugtracker.web = https://github.com/pplu/perl-lambda-byor/issues
[License]
[RunExtraTests]
[TestRelease]
[Manifest]
[Git::Tag]
tag_format = release-%v
[Git::Push]
[ConfirmRelease]
[UploadToCPAN]