projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea80267
)
h2xs: place for license for META.* files
author
Alexandr Ciornii
<alexchorny@gmail.com>
Thu, 7 Feb 2013 11:09:20 +0000
(13:09 +0200)
committer
Tony Cook
<tony@develop-help.com>
Mon, 24 Jun 2013 01:11:11 +0000
(11:11 +1000)
utils/h2xs.PL
patch
|
blob
|
history
diff --git
a/utils/h2xs.PL
b/utils/h2xs.PL
index
0abf194
..
4cb0943
100644
(file)
--- 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;