set license metadata (LGPL)
authorKen Dreyer <ktdreyer@ktdreyer.com>
Mon, 24 Oct 2011 03:34:40 +0000 (21:34 -0600)
committerKen Dreyer <ktdreyer@ktdreyer.com>
Mon, 24 Oct 2011 03:52:40 +0000 (21:52 -0600)
Makefile.PL

index fbcf4c7..18f2cf0 100644 (file)
@@ -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 <mark@glines.org>') : ()),
+    ($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'
             },