X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=61a8420f2d9708b3ece9e64a2f02010c049df931;hb=1dfbbbc57f4aea2e47a27f80f3c44a0a50d729fc;hp=44bb8aea1f9ce9ad4bc798a405379dadb6b4804c;hpb=b89b2ef79bcaebef14366a01e95da0739b18bf57;p=perl-fuse.git 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: