forked from pplu/aws-sdk-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
68 lines (53 loc) · 1.32 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
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_filename = TODO
exclude_filename = TODO_in_branch
exclude_match = ^templates
exclude_match = ^auto-lib
exclude_match = ^builder-lib
exclude_match = ^builder-bin
exclude_match = ^botocore
exclude_filename = Makefile
; LICENSE gets generated by Dist::Zilla, but we want it in
; the source repo so github can detect it
exclude_filename = LICENSE
; dot not ship internal tools
exclude_filename = bin/paws_make_testcase
exclude_filename = bin/xml2yaml.sh
[ExecDir]
dir = script
[GatherDir]
root = auto-lib
prefix = lib
[ModuleBuildTiny::Fallback]
[@Git]
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README
[Prereqs::FromCPANfile]
[MetaProvides::Package]
[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]