-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdist.ini
More file actions
30 lines (24 loc) · 889 Bytes
/
dist.ini
File metadata and controls
30 lines (24 loc) · 889 Bytes
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
name = Dist-Zilla-PluginBundle-MARCEL
author = Marcel Gruenauer <marcel@cpan.org>
author = Jerome Quelin <jquelin@cpan.org>
author = Olivier Mengue <dolmen@cpan.org>
copyright_year = 2016
[Bootstrap::lib]
; For debugging
;[ReportPhase / Phase_Begins]
[@MARCEL]
; authordep Dist::Zilla::Role::PluginBundle::PluginRemover
; authordep Dist::Zilla::Role::PluginBundle::Config::Slicer
; authordep Dist::Zilla::Role::BundleDeps
bundledeps_phase = runtime
bundledeps_relationship = requires
; authordep Pod::Weaver::Plugin::SingleEncoding
PodWeaver.config_plugin[0] = -SingleEncoding
; authordep Pod::Weaver::PluginBundle::MARCEL
[Prereqs]
Pod::Weaver::PluginBundle::MARCEL = 0
; To remove DZP:InlineFilesMARCEL that is injected as a prereq by Role::BundleDeps
; (see https://rt.cpan.org/Ticket/Display.html?id=114748 )
[RemovePrereqs::Provided]
; For debugging
;[ReportPhase / Phase_Ends]