NAME
Dist::Zilla::PluginBundle::Git - all git plugins in one go
VERSION
version 1.093250
SYNOPSIS
In your dist.ini:
[@Git]
filename = Changes        ; this is the defaultDESCRIPTION
This is a plugin bundle to load all git plugins. It is equivalent to:
[Git::Check]
[Git::Commit]
[Git::Tag]
[Git::Push]The options are passed through to the plugins.
AUTHOR
Jerome QuelinCOPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.