This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.12
in repository libdist-zilla-plugin-githubmeta-perl.

commit 5fa24d00e674e2344e5d58c6280c63a34cc5a56d
Author: Ricardo Signes <r...@cpan.org>
Date:   Mon May 2 22:31:00 2011 -0400

    documentation for the changes
---
 lib/Dist/Zilla/Plugin/GithubMeta.pm | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/GithubMeta.pm 
b/lib/Dist/Zilla/Plugin/GithubMeta.pm
index 049c7b6..4b31daa 100644
--- a/lib/Dist/Zilla/Plugin/GithubMeta.pm
+++ b/lib/Dist/Zilla/Plugin/GithubMeta.pm
@@ -167,12 +167,30 @@ L<Module::Install::Repository> by Tatsuhiko Miyagawa
 =item C<remote>
 
 The GitHub remote repo can be overriden with this attribute. If not
-provided, it defaults to C<origin>.
+provided, it defaults to C<origin>.  You can provide multiple remotes to
+inspect.  The first one that looks like a GitHub remote is used.
 
 =item C<homepage>
 
-You may override the C<homepage> setting by specifying this attribute. This 
should be a valid URL as 
-understood by L<MooseX::Types::URI>.
+You may override the C<homepage> setting by specifying this attribute. This
+should be a valid URL as understood by L<MooseX::Types::URI>.
+
+=item C<issues>
+
+If true, a bugtracker URL will be added to the distribution metadata for the
+project's GitHub issues page.
+
+=item C<user>
+
+If given, the C<user> parameter overrides the username found in the GitHub
+repository URL.  This is useful if many people might release from their own
+workstations, but the distribution metadata should always point to one user's
+repo.
+
+=item C<repo>
+
+If give, the C<repo> parameter overrides the repository name found in the
+GitHub repository URL.
 
 =back
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-githubmeta-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to