From 1dfbbbc57f4aea2e47a27f80f3c44a0a50d729fc Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 10 May 2010 19:58:02 +0200 Subject: [PATCH] added META pointers to repository and bugracker --- Makefile.PL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 44bb8ae..61a8420 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,6 +39,14 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Fuse.pm', # retrieve abstract from module AUTHOR => 'Mark Glines ') : ()), + ($ExtUtils::MakeMaker::VERSION < 6.46 ? () : ( + META_MERGE => { + resources => { + bugtracker => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Fuse', + repository => 'http://github.com/dpavlin/perl-fuse' + } + }) + ), 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => $def, # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: -- 2.20.1