X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=18f2cf02676b43356245a5cd26a343907310de10;hb=788f7ce661e7404b75e7f42e623ef638b62a0a42;hp=fbcf4c73ddbb28e5d6da019d115f3c241b42f1ee;hpb=0d6c48613cf0bc34867be2d092bc96718e6de042;p=perl-fuse.git diff --git a/Makefile.PL b/Makefile.PL index fbcf4c7..18f2cf0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -92,9 +92,13 @@ 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.3002 ? () : ( + 'LICENSE' => 'LGPL_2_1', + )), ($ExtUtils::MakeMaker::VERSION < 6.46 ? () : ( META_MERGE => { resources => { + license => 'http://www.gnu.org/licenses/lgpl-2.1.html', bugtracker => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Fuse', repository => 'http://github.com/dpavlin/perl-fuse' },