This repository was archived by the owner on Apr 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
95 lines (77 loc) · 1.56 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
license = GPL_3
[ NameFromDirectory ]
[ Git::GatherDir ]
exclude_filename = Makefile.PL
exclude_filename = META.json
exclude_filename = LICENSE
exclude_filename = README.pod
exclude_filename = bundle-script.sh
exclude_filename = github-io-release.sh
exclude_filename = github-release.sh
[ CopyFilesFromBuild ]
copy = META.json
copy = LICENSE
copy = Makefile.PL
copy = README.pod
[ VersionFromModule ]
[ LicenseFromModule ]
override_author = 1
[ ReversionOnRelease ]
prompt = 1
[ NextRelease ]
format = %v %{yyyy-MM-dd HH:mm:ss VVV}d
[ Git::Check ]
untracked_files = warn
allow_dirty = META.json
allow_dirty = META.yaml
allow_dirty = LICENSE
allow_dirty = Makefile.PL
allow_dirty = README.pod
allow_dirty = Changes
allow_dirty = dist.ini
[ GithubMeta ]
issues = 1
[ MetaNoIndex ]
directory = t
directory = xt
[ MakeMaker ]
[ MetaJSON ]
[ Git::Contributors ]
[ PodSyntaxTests ]
[ MetaYAML ]
[ License ]
[ ReadmeAnyFromPod ]
readme = README.pod
type = pod
source_filename = bin/txtnix
[ ExtraTests ]
[ ExecDir ]
[ ShareDir ]
[ Manifest ]
[ ManifestSkip ]
[ CheckChangesHasContent ]
[ TestRelease ]
[ ConfirmRelease ]
[ UploadToCPAN ]
[ CopyFilesFromRelease ]
match = \.pm$
copy = Changes
[ Git::Commit ]
commit_msg = %v
allow_dirty = META.json
allow_dirty = META.yaml
allow_dirty = LICENSE
allow_dirty = Makefile.PL
allow_dirty = README.pod
allow_dirty = Changes
allow_dirty = lib/App/txtnix.pm
[ Git::Tag ]
[ AutoPrereqs ]
[ Prereqs ]
Mojolicious = 6.54
Time::Local = 1.2100
Term::ANSIColor = 1.04
Text::Wrap = 0
Net::DNS::Native = 0.11
[Prereqs / TestRequires]
Path::Tiny = 0