-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathdist.ini
63 lines (48 loc) · 1.11 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
name = Paws
author = Jose Luis Martinez <[email protected]>
license = Apache_2_0
copyright_holder = Jose Luis Martinez
copyright_year = 2014
main_module = lib/Paws.pm
[VersionFromMainModule]
[Git::GatherDir]
exclude_match=old_t
exclude_match=TODO
exclude_match=TODO_in_branch
exclude_match=templates
exclude_match=auto-lib
exclude_match=builder-lib
exclude_match=builder-bin
exclude_match=botocore
exclude_match=Makefile
; LICENSE gets generated by Dist::Zilla, but we want it in
; the source repo so github can detect it
exclude_match=LICENSE
[ExecDir]
[GatherDir]
root = auto-lib
prefix = lib
[MakeMaker]
[@Git]
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README
[Prereqs::FromCPANfile]
[MetaYAML]
[MetaJSON]
[MetaResources]
repository.web = https://github.com/pplu/aws-sdk-perl
repository.url = https://github.com/pplu/aws-sdk-perl.git
repository.type = git
bugtracker.web = https://github.com/pplu/aws-sdk-perl/issues
[License]
[RunExtraTests]
[TestRelease]
[FileFinder::ByName / Examples]
dir = examples
[Manifest]
[Git::Tag]
tag_format = release-%v
[Git::Push]
[ConfirmRelease]
[UploadToCPAN]