-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
145 lines (113 loc) · 2.49 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
name = Shell-GetEnv
author = Diab Jerius <[email protected]>
license = GPL_3
copyright_holder = Smithsonian Astrophysical Observatory
copyright_year = 2017
[@Filter]
-bundle = @Basic
-remove = Readme
-remove = GatherDir
-remove = ExtraTests
-remove = MakeMaker
[ModuleBuildTiny]
[RewriteVersion]
[NextRelease]
[BumpVersionAfterRelease]
[GatherDir]
exclude_filename = cpanfile
exclude_filename = LICENSE
exclude_filename = Build.PL
prune_directory = local
exclude_match = ~$
[Readme::Brief]
[ReadmeAnyFromPod]
location = root
filename = README.mkdn
type = markdown
[PodWeaver]
replacer = replace_with_comment
post_code_replacer = replace_with_nothing
[CPANFile]
[MetaJSON]
[MetaProvides::Package]
[InsertExample]
remove_boiler = 1
[InsertCopyright]
; Copy generated content to the repository root so users without
; Dist::Zilla can use it
[CopyFilesFromRelease]
filename = cpanfile
filename = LICENSE
filename = Build.PL
[AutoMetaResources]
bugtracker.rt = 1
repository.github = user:djerius
[CheckMetaResources]
[MetaNoIndex]
directory = t
directory = xt
directory = inc
directory = share
directory = eg
directory = examples
[Regenerate]
filenames = cpanfile
filenames = LICENSE
filenames = Build.PL
[Test::ReportPrereqs]
[Test::Compile]
[Test::NoTabs]
[Test::Fixme]
[Test::Version]
[Test::NoBreakpoints]
[Test::TrailingSpace]
[Test::DistManifest]
[Test::UnusedVars]
[Test::CPAN::Changes]
[Test::CPAN::Meta::JSON]
[Test::Perl::Critic]
[Test::CleanNamespaces]
skip = Shell::GetEnv::Dumper
[Test::PodSpelling]
[PodSyntaxTests]
[PodCoverageTests]
[RunExtraTests]
[Prereqs::AuthorDeps]
[EnsurePrereqsInstalled]
[EnsureChangesHasContent]
; --- Project-specific directives
[AutoPrereqs]
[Prereqs]
File::Spec = 0
File::Temp = 0
IO::File = 0
Params::Check = 0
Storable = 0
[Prereqs / Recommends ]
Expect = 0
[Prereqs / TestRequires]
Env::Path = 0
File::Spec = 0
File::Spec::Functions = 0
IO::File = 0
IO::Handle = 0
IPC::Open3 = 0
Test2::Tools::Explain = 0
Test2::V0 = 0
Test::TempDir::Tiny = 0
Time::Out = 0
[Prereqs / DevelopRequires ]
Pod::Coverage::TrustPod = 0
Test::CPAN::Changes = 0
Test::CPAN::Meta::JSON = 0
Test::CleanNamespaces = 0
Test::More = 0
Test::NoBreakpoints = 0
Test::NoTabs = 0
Test::Pod = 0
Test::Pod::Coverage = 0
Test::TrailingSpace = 0
Test::Version = 0
Pod::Weaver::Section::BugsAndLimitations = 0
Pod::Weaver::Section::SeeAlso = 0
Pod::Weaver::Plugin::StopWords = 0