summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexandr Ciornii <alexchorny@gmail.com>2013-02-07 13:09:20 +0200
committerTony Cook <tony@develop-help.com>2013-06-24 11:11:11 +1000
commitb7d75c4615fa91189375d7b81c0a1586a0d06518 (patch)
tree60ec8a3f1bda929ef6fdc1f9a6c7da5aceb13b51 /utils
parentea80267dedd60432aa28c94fa4ce7afe4792ec92 (diff)
downloadperl-b7d75c4615fa91189375d7b81c0a1586a0d06518.tar.gz
h2xs: place for license for META.* files
Diffstat (limited to 'utils')
-rw-r--r--utils/h2xs.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 0abf194fd8..4cb0943742 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -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;