This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 84268a083b2a3767111a7c32b69b76e3c3933df8 Author: Tatsuhiko Miyagawa <[email protected]> Date: Sun Jun 26 14:52:52 2011 -0700 updated links and homepage metadata --- Makefile.PL | 5 +++++ README | 7 +++++++ lib/Carton.pod | 14 ++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 9ba922e..5175153 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,11 @@ doc_to_pods(); build_requires 'Test::More', 0.88; test_requires 'Test::Requires'; auto_set_repository(); + +resources + homepage => 'https://github.com/miyagawa/carton', + bugtracker => 'https://github.com/miyagawa/carton/issues'; + WriteAll; sub doc_to_pods { diff --git a/README b/README index fe946a4..925c2f8 100644 --- a/README +++ b/README @@ -105,6 +105,13 @@ TUTORIAL dependency on CPAN meta DB and search.cpan.org at a deploy time, or you can have dependencies onto private CPAN modules aka DarkPAN. +COMMUNITY + <https://github.com/miyagawa/carton> + Code repository, Wiki and Issue Tracker + + <irc://irc.perl.org/#carton> + IRC chat room + AUTHOR Tatsuhiko Miyagawa diff --git a/lib/Carton.pod b/lib/Carton.pod index 389cbbc..c855893 100644 --- a/lib/Carton.pod +++ b/lib/Carton.pod @@ -114,6 +114,20 @@ will install modules using this local cache. This way you can avoid a dependency on CPAN meta DB and search.cpan.org at a deploy time, or you can have dependencies onto private CPAN modules aka DarkPAN. +=head1 COMMUNITY + +=over 4 + +=item L<https://github.com/miyagawa/carton> + +Code repository, Wiki and Issue Tracker + +=item L<irc://irc.perl.org/#carton> + +IRC chat room + +=back + =head1 AUTHOR Tatsuhiko Miyagawa -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
