-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
60 lines (47 loc) · 916 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
53
54
55
56
57
58
59
name = Chipmunk
author = Jeffrey T. Palmer <jtpalmer@cpan.org>
license = MIT
copyright_holder = Jeffrey T. Palmer
copyright_year = 2013
[@Filter]
-bundle = @Basic
-remove = MakeMaker
-remove = GatherDir
-remove = Readme
[ModuleBuild]
mb_class = My::Builder
[GatherDir]
exclude_filename = dist.ini
exclude_filename = README
exclude_filename = INSTALL
exclude_filename = LICENSE
[ReadmeFromPod]
[InstallGuide]
[CopyFilesFromBuild]
copy = README
copy = INSTALL
copy = LICENSE
[MinimumPerl]
[AutoPrereqs]
[PodWeaver]
[PkgVersion]
[MetaJSON]
[PodSyntaxTests]
[PodCoverageTests]
[NoTabsTests]
[EOLTests]
[NextRelease]
format = %v %{yyyy-MM-dd}d
[@Git]
allow_dirty = Changes
allow_dirty = README
allow_dirty = INSTALL
allow_dirty = LICENSE
tag_format = %v
commit_msg = Release %v
[Git::NextVersion]
first_version = 0.000001
version_regexp = ^(\d+\.\d{3}_?\d{3})$
[GithubMeta]
user = jtpalmer
issues = 1