-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
107 lines (95 loc) · 1.9 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name = Nano
abstract = Minimalist Object Persistence
main_module = lib/Nano.pm
author = Al Newkirk <awncorp@cpan.org>
license = Apache_2_0
copyright_holder = Al Newkirk
copyright_year = 2020
[Authority]
authority = cpan:AWNCORP
do_munging = 0
[MetaJSON]
[MetaYAML]
[OurPkgVersion]
[GatherDir]
[ManifestSkip]
[FakeRelease]
[ReadmeAnyFromPod]
[ReadmeAnyFromPod / ReadmeMarkdownInBuild]
filename = README.md
[Run::BeforeBuild]
run = rm -f cpanfile
run = rm -f INSTALL
run = rm -f CHANGES
run = rm -f LICENSE
run = rm -f README
run = rm -f README.md
run = rm -f Makefile.PL
[CopyFilesFromBuild]
copy = cpanfile
copy = INSTALL
copy = CHANGES
copy = LICENSE
copy = README
copy = README.md
copy = Makefile.PL
[Git::CommitBuild]
branch = builds
message = Build %h (on %b)
multiple_inheritance = 0
[ChangelogFromGit::CPAN::Changes]
show_author = 0
tag_regexp = ^(v?\d+\.\d+(\.\d+)?)$
file_name = CHANGES
wrap_column = 80
debug = 0
[@Git]
tag_format = %v
tag_message = Release: %v
changelog = CHANGES
allow_dirty = CHANGES
allow_dirty = INSTALL
allow_dirty = LICENSE
allow_dirty = Makefile.PL
allow_dirty = README
allow_dirty = README.md
allow_dirty = cpanfile
allow_dirty = dist.ini
[Git::NextVersion]
first_version = 0.01
version_regexp = ^(.+)$
[GitHub::Meta]
[Run::BeforeRelease]
run = git add .
run = git commit -m "Built release version %v"
[Prereqs]
perl = 5.014
strict = 0
warnings = 0
routines = 0.02
Data::Object::Class = 2.02
Data::Object::ClassHas = 2.01
Data::Object::Role = 2.01
Data::Object::RoleHas = 2.01
Data::Object::Space = 2.10
Data::Object::Types = 0.04
Zing = 0.26
[Prereqs / TestRequires]
perl = 5.014
strict = 0
warnings = 0
routines = 0.02
Data::Object::Class = 2.02
Data::Object::ClassHas = 2.01
Data::Object::Role = 2.01
Data::Object::RoleHas = 2.01
Data::Object::Space = 2.10
Data::Object::Types = 0.04
Test::Auto = 0.12
Zing = 0.26
[CPANFile]
[CoalescePod]
[ContributorsFromGit]
[MakeMaker]
[InstallGuide]
[License]