NAME

Dist::Zilla::Plugin::GitHub::Meta - Add GitHub repo info to META.{yml,json}

VERSION

version 0.02

SYNOPSIS

In your dist.ini:

[GitHub::Meta]
login  = LoginName
token  = GitHubToken

DESCRIPTION

This Dist::Zilla plugin adds some information about the distribution's GitHub repository to the META.{yml,json} files.

ATTRIBUTES

login

The GitHub login name. If not provided, will be used the value of github.user from the Git configuration, to set it, type:

$ git config --global github.user LoginName
token

The GitHub API token for the user. If not provided, will be used the value of github.token from the Git configuration, to set it, type:

$ git config --global github.token GitHubToken

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.