sourCEntral - mobile manpages

pdf

Dist::Zilla::Plugin::Git

NAME

Dist::Zilla::Plugin::Git − Update your git repository after release

VERSION

version 2.041

DESCRIPTION

This set of plugins for Dist::Zilla can do interesting things for module authors using Git (<http://git−scm.com>) to track their work.

You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain features.

The @Git Bundle
The most commonly used plugins are part of the @Git bundle. They are:

Git::Check

Before a release, check that the repo is in a clean state (you have committed your changes).

Git::Commit

After a release, commit updated files.

Git::Tag

After a release, tag the just-released version.

Git::Push

After a release, push the released code & tag to your public repo.

Non-Bundled Plugins
The other plugins in this distribution are not included in the @Git bundle, either because they conflict with Dist::Zilla’s @Basic bundle or because they have more specialized uses.

Git::CommitBuild

Commits the released files to a separate branch of your repo.

Git::GatherDir

A replacement for Dist::Zilla’s standard GatherDir plugin that gathers files based on whether they are tracked by Git (conflicts with @Basic because that includes GatherDir).

Git::Init

Can be used in a minting profile (<http://dzil.org/tutorial/minting−profile.html>) to initialize and configure your Git repo automatically when you do "dzil new".

Git::NextVersion

Calculates the version number of your distribution from your Git tags using Version::Next.

SEE ALSO

You can look for information on this module at:

Search CPAN

<http://search.cpan.org/dist/Dist−Zilla−Plugin−Git>

See open / report bugs

<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist−Zilla−Plugin−Git>

Mailing-list (same as Dist::Zilla)

<http://www.listbox.com/subscribe/?list_id=139292>

Git repository

<http://github.com/madsen/dist−zilla−plugin−git>

AnnoCPAN: Annotated CPAN documentation

<http://annocpan.org/dist/Dist−Zilla−Plugin−Git>

CPAN Ratings

<http://cpanratings.perl.org/d/Dist−Zilla−Plugin−Git>

SUPPORT

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Git> (or bug−Dist−Zilla−Plugin−Git AT rt DOT cpan DOT org <mailto:bug-Dist-Zilla-Plugin-Git AT rt DOT cpan DOT org>).

There is also a mailing list available for users of this distribution, at <http://www.listbox.com/subscribe/?list_id=139292>.

There is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.

I am also usually active on irc, as ’ether’ at "irc.perl.org".

AUTHOR

Jerome Quelin

CONTRIBUTORS

Christopher J. Madsen <perl AT cjmweb DOT net>

Jérôme Quelin <jquelin AT gmail DOT com>

Karen Etheridge <ether AT cpan DOT org>

Kent Fredric <kentfredric AT gmail DOT com>

Yanick Champoux <yanick AT babyl DOT dyndns DOT org>

Ricardo Signes <rjbs AT cpan DOT org>

David Golden <dagolden AT cpan DOT org>

Graham Knop <haarg AT haarg DOT org>

Chris Weyl <cweyl AT alumni DOT drew DOT edu>

Mike Friedman <friedo AT socialflow DOT com>

Your Name <you AT example DOT com>

Stephen R. Scaffidi <sscaffid AT akamai DOT com>

Randy Stauner <randy@magnificent−tears.com>

Apocalypse <perl AT 0ne DOT us>

Mike Doherty <doherty AT cs DOT dal DOT ca>

Graham Barr <gbarr AT pobox DOT com>

Brian Phillips <bphillips AT digitalriver DOT com>

Matt Follett <matt DOT follett AT gmail DOT com>

Michael Schout <mschout AT gkg DOT net>

Mike Friedman <friedo AT friedo DOT com>

Brendan Byrd <Perl AT ResonatorSoft DOT org>

Nigel Metheringham <nigel DOT metheringham AT dev DOT intechnology DOT co DOT uk>

Olivier Mengué <dolmen AT cpan DOT org>

Alessandro Ghedini <al3xbio AT gmail DOT com>

Tatsuhiko Miyagawa <miyagawa AT bulknews DOT net>

Tuomas Jormola <tj AT solitudo DOT net>

Alexandr Ciornii <alexchorny AT gmail DOT com>

Harley Pig <harleypig AT gmail DOT com>

Jesse Luehrs <doy AT tozt DOT net>

Geoffrey Broadwell <geoffb AT corp DOT sonic DOT net>

David Steinbrunner <dsteinbrunner AT pobox DOT com>

COPYRIGHT AND LICENCE

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.

pdf