projects
/
p5sagit/Devel-Size.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2bf2088
)
Add a LICENSE section to the Makefile.PL.
Nicholas Clark [Thu, 14 Apr 2011 21:58:33 +0000 (22:58 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c5aea47
..
935ad2b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,4
+5,5
@@
WriteMakefile(
NAME => 'Devel::Size',
VERSION_FROM => 'lib/Devel/Size.pm',
($ExtUtils::MakeMaker::VERSION >= 6.47 ? (MIN_PERL_VERSION => '5.008') : ()),
+ ($ExtUtils::MakeMaker::VERSION >= 6.30 ? (LICENSE => 'perl') : ()),
);