NAME

Dist::Zilla::PluginBundle::Author::VDB - VDB's plugin bundle

VERSION

Version 0.007, released on 2015-08-15 10:54 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.

OBJECT METHODS

mvp_multivalue_args

OPTIONS

minimum_perl

Str, optional, default value 5.006.

local_release

If true, release will be a local one, i. e. no external operations will be done: UploadToCPAN and hg push will be skipped, <hg tag> will create a local tag.

Option can be set trough dist.ini file or with DZIL_LOCAL_RELEASE environment variable.

Bool, optional, default value is 0.

archive

Directory to archive files to. If empty, release will not be archived. If such directory does not exist, it will be created before release.

Str, optional, default value ".releases".

templates

This option will be passed to Templates plugin. If you no not want Templates to process files, specify :NoFiles. This is multi-value option (i. e. may be specified several times).

ArrayRef[Str], optional, default value [ ':InstallModules' ].

unwanted_module

TODO

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/>.