NAME
Dist::Zilla::PluginBundle::SVK - all SVK plugins in one go
VERSION
version 0.10
SYNOPSIS
In your dist.ini:
[@SVK]
changelog = Changes ; this is the default
allow_dirty = dist.ini ; see SVK::Check...
allow_dirty = Changes ; ... and SVK::Commit
commit_msg = v%v%n%n%c ; see SVK::Commit
tag_format = %v ; see SVK::Tag
tag_message = %v ; see SVK::Tag
tag_directory = tag ; see SVK::Tag
push_to = origin ; see SVK::Push # not ported
DESCRIPTION
This is a plugin bundle to load all svk plugins. It is equivalent to:
[SVK::Check]
[SVK::Commit]
[SVK::Tag]
[SVK::Push]
The options are passed through to the plugins.
AUTHOR
Dr Bean <drbean at (a) cpan dot (.) org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Dr Bean.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.