projects
/
imager-screenshot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0729368
)
set the license if EU::MM supports it
author
Tony Cook
<tony@develop-help.com>
Tue, 2 Jan 2007 11:06:57 +0000
(11:06 +0000)
committer
Tony Cook
<tony@develop-help.com>
Tue, 2 Jan 2007 11:06:57 +0000
(11:06 +0000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 825f0905b86bf03c40ba1aadf353c7a5f988dbf9..415a0827649d2cd7aa2420cd12b2ea0b699eda3b 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-48,6
+48,10
@@
if ($ExtUtils::MakeMaker::VERSION > 6.06) {
$opts{ABSTRACT} = 'Screen/Window capture to Imager images';
}
+if ($ExtUtils::MakeMaker::VERSION > 6.06) {
+ $opts{LICENSE} = 'perl';
+}
+
WriteMakefile(%opts);
my @incs;