From c352cd3e4bf245da980c2e8876b6b9b509b9f168 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sun, 23 Oct 2011 21:34:40 -0600 Subject: [PATCH] set license metadata (LGPL) --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) 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' }, -- 2.20.1