-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
80 lines (66 loc) · 1.47 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
name = Faker
abstract = Extensible Fake Data Generator
main_module = lib/Faker.pm
author = AWNCORP <[email protected]>
license = Apache_2_0
copyright_holder = Al Newkirk
copyright_year = 2022
[Authority]
authority = cpan:AWNCORP
do_munging = 0
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = Readme
-remove = UploadToCPAN
[ExecDir]
[MetaJSON]
[ManifestSkip]
[FakeRelease]
[CoalescePod]
[ReadmeAnyFromPod / ReadmeTextInBuild]
source_filename = lib/Faker.pm
filename = README
[CopyFilesFromBuild]
copy = LICENSE
copy = META.json
copy = META.yml
copy = Makefile.PL
copy = README
copy = cpanfile
[@Git]
tag_format = %v
tag_message = Release: %v
changelog = CHANGES
[Git::GatherDir]
exclude_filename = LICENSE
exclude_filename = META.json
exclude_filename = META.yml
exclude_filename = Makefile.PL
exclude_filename = README
exclude_filename = cpanfile
[Git::NextVersion]
first_version = 0.01
version_regexp = ^(.+)$
[Git::CommitBuild]
branch = builds
message = Build %h (on %b)
multiple_inheritance = 0
[MetaResources]
homepage = https://metacpan.org/dist/Faker
license = https://opensource.org/licenses/apache-2.0
bugtracker.web = http://github.com/awncorp/faker/issues
repository.url = git://github.com/awncorp/faker.git
repository.web = http://github.com/awncorp/faker
repository.type = git
[Run::BeforeRelease]
run = git add .
run = git commit -m "Built release version %v"
[Prereqs]
perl = 5.018
Venus = 2.32
[Prereqs / TestRequires]
perl = 5.018
Venus = 2.32
[InstallGuide]
[CPANFile]