-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
89 lines (72 loc) · 1.65 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
name = Task-BeLike-RWP
author = Elvin Aslanov <[email protected]>
license = Perl_5
copyright_holder = Elvin Aslanov
copyright_year = 2023
[@Filter]
-bundle = @Basic
-remove = ConfirmRelease
[CPANFile]
[AutoPrereqs]
[Prereqs]
Path::Tiny = 0
System::Command = 0
Net::DNS = 0
Dist::Zilla = 0
Config::General = 0
DBI = 0
SQL::Abstract = 0
URI = 0
Clipboard = 0
PadWalker = 0
Data::Printer = 0
Log::Log4perl = 0
IO::Tee = 0
Domain::PublicSuffix = 0
Net::IP::XS = 0
XML::RSS = 0
Number::Bytes::Human = 0
Rex = 0
YAML::XS = 0
; Distribution: YAML-LibYAML
Syntax::Keyword::Match = 0
Syntax::Operator::In = 0
; boolean
; cPanel-PublicAPI
; cPanel::APIClient
; Win32::TieRegistry
[NextRelease]
; Add {{$NEXT}} in Changes file
[AutoVersion]
major = 0
[PruneFiles]
filename = _Deparsed_XSubs.pm
match = \.iml$
[GenerateFile]
filename = CONTRIBUTING
content_is_template = 1
content = Please use project GitHub repository for your contributions.
content =
content = To contribute to this distribution you may:
content =
content = 1. Create pull requests at: https://github.com/rwp-cpan/{{$dist -> name}}/pulls
content =
content = 2. File issues at: https://github.com/rwp-cpan/{{$dist -> name}}/issues
content =
content = Thanks
; Eg. https://metacpan.org/dist/Dist-Zilla/contribute
; Docs: https://metacpan.org/pod/Dist::Zilla::Plugin::GenerateFile
; External plugins
[PodWeaver]
[InstallGuide]
[GithubMeta]
issues = 1
[@Filter]
-bundle = @Git
; Includes the Git::Check, Git::Commit, Git::Tag, and Git::Push plugins
-remove = Git::Check
;-remove = Git::Push
; TODO: add username and SSH authentication
[Git::Check]
untracked_files = warn
; Values: warn, ignore, die (default)