h2xs: place for license for META.* files
authorAlexandr Ciornii <alexchorny@gmail.com>
Thu, 7 Feb 2013 11:09:20 +0000 (13:09 +0200)
committerTony Cook <tony@develop-help.com>
Mon, 24 Jun 2013 01:11:11 +0000 (11:11 +1000)
utils/h2xs.PL

index 0abf194..4cb0943 100644 (file)
@@ -1933,6 +1933,9 @@ WriteMakefile(
     PREREQ_PM         => {$prereq_pm}, # e.g., Module::Name => 1.1
     ABSTRACT_FROM     => '$modpmname', # retrieve abstract from module
     AUTHOR            => '$author <$email>',
+    #LICENSE           => 'perl',
+    #Value must be from legacy list of licenses here
+    #http://search.cpan.org/perldoc?Module%3A%3ABuild%3A%3AAPI
 END
 if (!$opt_X) { # print C stuff, unless XS is disabled
   $opt_F = '' unless defined $opt_F;