NAME
Dist::Zilla::PluginBundle::Author::VDB - VDB's plugin bundle
VERSION
Version 0.005, released on 2015-08-11 20:08 UTC.
WHAT?
Dist-Zilla-PluginBundle-Author-VDB
(or just @Author::VDB
) is a Dist-Zilla
plugin bundle used by VDB.
DESCRIPTION
It is unlikely that someone else will want to use it, so I will not bother with documenting it, at least for now.
OPTIONS
minimum_perl
fake_release
If true (1
), release will be a fake one, i. e. no external operations will be done: UploadToCPAN
plugin will be replaced with FakeRelease
(which does nothing), ArchiveRelease
will be skipped, and hg push
will not be performed.
Option can be set trough dist.ini file or with FAKE_RELEASE
environment variable.
Bool
, optional, default value is 0
.
WHY?
I have published few distributions on CPAN. Every distribution have dist.ini file. All the dist.ini files are very similar. Maintaining multiple very similar dist.ini files is boring. Plugin bundle solves the problem.
AUTHOR
Van de Bugger <van.de.bugger@gmail.com>
COPYRIGHT AND LICENSE
Copyright © 2015 Van de Bugger
This file is part of perl-Dist-Zilla-PluginBundle-Author-VDB.
perl-Dist-Zilla-PluginBundle-Author-VDB is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
perl-Dist-Zilla-PluginBundle-Author-VDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with perl-Dist-Zilla-PluginBundle-Author-VDB. If not, see <http://www.gnu.org/licenses/>.