forked from skaji/cpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
60 lines (57 loc) · 1.14 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
name = App-cpm
[Git::GatherDir]
exclude_filename = META.json
exclude_filename = LICENSE
[CopyFilesFromBuild]
copy = META.json
copy = LICENSE
[VersionFromMainModule]
[LicenseFromModule]
override_author = 1
[ReversionOnRelease]
prompt = 1
[NextRelease]
format = %v %{yyyy-MM-dd HH:mm:ss VVV}d%{ (TRIAL RELEASE)}T
[Git::Check]
allow_dirty = Changes
allow_dirty = META.json
[GithubMeta]
issues = 1
[MetaProvides::Package]
inherit_version = 0
inherit_missing = 0
[PruneFiles]
filename = dist.ini
filename = cpm.yml
filename = cpm
filename = README.md
match = ^(xt|author|maint|example|eg)/
[Prereqs::From::cpmfile]
[ModuleBuildTiny]
[MetaJSON]
[StaticInstall]
[Git::Contributors]
[License]
[CheckChangesHasContent]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[CopyFilesFromRelease]
match = \.pm$
; XXX
[Run::AfterRelease]
run = env CPAN_RELEASE_VERSION=%v %x author/fatpack.pl
[Git::Commit]
commit_msg = %v
allow_dirty = Changes
allow_dirty = META.json
allow_dirty = cpm
allow_dirty_match = \.pm$
[Git::Tag]
tag_format = %v
tag_message =
[Git::Push]
; XXX
[Run::AfterBuild]
run_if_release = rm -rf author/local
run_if_release = %x author/fatpack.pl --update-only