From be37fb25e43ee941f76bc592c38cd508868a3893 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sat, 6 Jul 2013 22:56:30 -0400 Subject: [PATCH] github links --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index d461730..4d6a6c7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,6 +56,13 @@ WriteMakefile( INC => '', # e.g., '-I/usr/include/other' # Un-comment this if you add C files to link with later: OBJECT => '$(O_FILES)', # link all the C files too + META_MERGE => { + resources => { + bugtracker => 'https://github.com/rjbs/Data-UUID/issues', + repository => 'https://github.com/rjbs/Data-UUID', + }, +}, + CONFIGURE => sub { my %opt; GetOptions(\%opt, 's|state-storage-directory:s', 'd|default-umask:s',