From: Dobrica Pavlinusic Date: Mon, 10 May 2010 17:58:02 +0000 (+0200) Subject: added META pointers to repository and bugtracker X-Git-Tag: 0.09_4~4 X-Git-Url: http://git.rot13.org/?p=perl-fuse.git;a=commitdiff_plain;h=e4c65d904eefc165bb9f6aa5e9219ff24e95be8c added META pointers to repository and bugtracker --- 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: