-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
156 lines (119 loc) · 3.95 KB
/
README
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
146
147
148
149
150
151
152
153
154
155
NAME
Dist::Zilla::PluginBundle::MARCEL - Build and release a distribution
like MARCEL
VERSION
version 1.161760
SYNOPSIS
In your dist.ini:
[@MARCEL]
major_version = 1 ; this is the default
weaver = pod ; default, can also be 'task'
skip_prereq = ::Test$ ; no default
This bundle implements the PluginRemover and Config::Slicer roles.
DESCRIPTION
This is a plugin bundle to load all plugins that I am using. It is
equivalent to:
[AutoVersion]
; -- fetch & generate files
[GatherDir]
exclude_match = ^README$
[Test::Compile]
[Test::Perl::Critic]
[MetaTests]
[PodCoverageTests]
[PodSyntaxTests]
[Test::PodSpelling]
stopwords = CPAN
stopwords = multi
[Test::Kwalitee]
[Test::Portability]
[Test::Synopsis]
[Test::MinimumVersion]
[HasVersionTests]
[Test::CheckChanges]
[Test::DistManifest]
[Test::UnusedVars]
[Test::NoTabs]
[Test::EOL]
[InlineFilesMARCEL]
[Test::ReportPrereqs]
; -- remove some files
[PruneCruft]
[PruneFiles]
filenames = dist.ini
[ManifestSkip]
; -- get prereqs
[AutoPrereqs]
; -- gather metadata
[Repository]
[Bugtracker]
[Homepage]
; -- munge files
[ExtraTests]
[NextRelease]
[PkgVersion]
[PodWeaver]
config_plugin = '@MARCEL'
; -- dynamic meta-information
[ExecDir]
[ShareDir]
[MetaProvides::Package]
; -- generate meta files
[License]
[MakeMaker]
[MetaYAML]
[MetaJSON]
[Pod2Readme]
[InstallGuide]
[Manifest] ; should come last
; -- keep a copy in the repo
[CopyFilesFromBuild]
copy = README
; -- release
[CheckChangeLog]
[@Git]
[UploadToCPAN]
The following options are accepted:
* "major_version" - passed as "major" option to the AutoVersion
plugin. Default to 1.
* "weaver" - can be either "pod" (default) or "task", to load
respectively either PodWeaver or TaskWeaver.
* "weaver_finder" - a multi-value argument that overrides the default
file finders used by PodWeaver.
* "skip_prereq" - passed as "skip" option to the AutoPrereqs plugin if
set. No default.
* "fake_home" - passed to Test::Compile to control whether to fake
home.
METHODS
mvp_multivalue_args
Defines that "weaver_finder" is a multi-value argument.
bundle_config
Defines the bundle's contents and passes on this bundle's configuration
to the individual plugins as described above.
SEE ALSO
* Pod::Weaver::PluginBundle::MARCEL
* Dist::Zilla::Role::PluginBundle::PluginRemover
* Dist::Zilla::Role::PluginBundle::Config::Slicer
INSTALLATION
See perlmodinstall for information and options on installing Perl
modules.
BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the web
interface at
<http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-PluginBundl
e-MARCEL>.
AVAILABILITY
The project homepage is
<http://search.cpan.org/dist/Dist-Zilla-PluginBundle-MARCEL/>.
The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
CPAN site near you, or see
<https://metacpan.org/module/Dist::Zilla::PluginBundle::MARCEL/>.
AUTHORS
* Marcel Gruenauer <[email protected]>
* Jerome Quelin <[email protected]>
* Olivier Mengue <[email protected]>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Olivier Mengué.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.