NAME
Dist::Zilla::Plugin::UpdateGitHub - Update your github repository description from abstract on release
VERSION
version 0.0014
SYNOPSIS
In your Dist::Zilla dist.ini
:
[UpdateGitHub]
DESCRIPTION
Dist::Zilla::Plugin::UpdateGitHub will automatically update your github repository description to be the same as your abstract on release
It will infer the repository name from the distribution name, and get your login/token from $HOME/.github
or $HOME/.github-identity
FUTURE
More complicated repository inferring
Update homepage as well
SEE ALSO
AUTHOR
Robert Krimen <robertkrimen@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Robert Krimen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.