summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
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;