-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
116 lines (94 loc) · 2 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
108
109
110
111
112
113
114
115
116
name = Rex-Hook-File-Diff
author = Ferenc Erki <[email protected]>
license = Perl_5
copyright_holder = Ferenc Erki
copyright_year = 2020-2022,2024
[Test::Compile]
xt_mode = 1
[Test::Perl::Critic]
critic_config = .perlcriticrc
[MakeMaker]
[PodSyntaxTests]
[ContributorsFile]
[CPANFile]
[MetaJSON]
[MetaYAML]
[License]
[ShareDir]
; file gatherer
[Git::GatherDir]
include_dotfiles = 1
exclude_filename = cpanfile
exclude_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = README.pod
[Git::Contributors]
[Meta::Contributors]
contributor = Peter Jankovics <[email protected]>
; metadata
[GitHub::Meta]
[MetaProvides::Package]
; version
[PreviousVersion::Changelog]
; execfiles
[ExecDir]
; prereqs
; authordep Pod::Weaver::Plugin::StopWords
; authordep Pod::Elemental::Transformer::List
[AutoPrereqs]
[Prereqs / DevelopRequires]
Perl::Critic::Community = 1.000
Perl::Critic::TooMuchCode = 0.13
; file munger
[PodWeaver]
[NextRelease]
time_zone = UTC
format = %-8v %{yyyy-MM-dd HH:mm:ss'Z'}d%{ (TRIAL RELEASE)}T
[RewriteVersion]
skip_version_provider = 1
[NextVersion::Semantic]
format = v%d.%2d.%2d
revision = BUG FIXES, DOCUMENTATION, UNGROUPED
[ReadmeAnyFromPod]
[ReadmeAnyFromPod / ReadmePodInBuild]
; install tool
[Test::CheckManifest]
[ManifestSkip]
; after build
[CopyFilesFromBuild]
copy = cpanfile
copy = LICENSE
copy = Makefile.PL
copy = MANIFEST
move = README.pod
[Git::Check]
allow_dirty = Changes
allow_dirty = cpanfile
allow_dirty = LICENSE
allow_dirty = Makefile.PL
allow_dirty = MANIFEST
allow_dirty = README.pod
untracked_files = warn
; before release
[CheckChangesHasContent]
[RunExtraTests]
[TestRelease]
[Test::Kwalitee]
[Git::Commit / GeneratedFiles]
allow_dirty = Changes
allow_dirty = cpanfile
allow_dirty = LICENSE
allow_dirty = Makefile.PL
allow_dirty = MANIFEST
allow_dirty = README.pod
commit_msg = Release %v%n%n%c
[ConfirmRelease]
; release
[UploadToCPAN]
; after release
[Git::Tag]
tag_format = %v
tag_message = %v%n%n%c
[Git::Push]
[GitHub::Update]
meta_home = 1