NAME
Dist::Zilla::PluginBundle::GitHub - GitHub plugins all-in-one
VERSION
version 0.09
SYNOPSIS
Configure git with your GitHub credentials:
$ git config --global github.user LoginName
$ git config --global github.token GitHubToken
then, in your dist.ini:
[@GitHub]
repo = SomeRepo
DESCRIPTION
This bundle automatically adds all the GitHub plugins.
ATTRIBUTES
repo
-
The name of the GitHub repository. By default the dist name (from dist.ini) is used.
homepage
-
If set to '1' (default), the META homepage field will be set to the value of the homepage field set on the GitHub repository's info.
wiki
-
If set to '1' (default '0'), the META homepage field will be set to the URL of the wiki of the GitHub repository, if happens to be activated (see the GitHub repository's
Admin
panel). bugs
-
If set to '1' (default), the META bugtracker web field will be set to the issue's page of the repository on GitHub, if happens to be activated (see the GitHub repository's
Admin
panel). cpan
-
If set to '1' (default), the GitHub homepage field will be set to the CPAN page of the module.
p3rl
-
If set to '1' (default '0'), the GitHub homepage field will be set to the p3rl.org shortened URL (e.g.
http://p3rl.org/My::Module
). This takes precedence over thecpan
option (if both '1', p3rl will be used).
SEE ALSO
Dist::Zilla::Plugin::GitHub::Meta, Dist::Zilla::Plugin::GitHub::Update
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2011 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.