projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f9335da
)
add LICENSE when generating META.yml
release_1.0.2
David Golden [Fri, 10 Dec 2010 17:07:49 +0000 (12:07 -0500)]
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
13fec7d
..
f6d8f11
100644
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-23,6
+23,7
@@
use warnings FATAL => 'all';
%args,
AUTHOR => 'Ken Williams <kwilliams@cpan.org>, Randy W. Sims <RandyS@ThePierianSpring.org>',
ABSTRACT_FROM => $args{VERSION_FROM},
+ LICENSE => 'perl',
);
}
}