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