projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f235e0
)
add the extra attributes that PPDs want
author
Tony Cook
<tony@develop=help.com>
Mon, 7 May 2001 06:27:26 +0000
(06:27 +0000)
committer
Tony Cook
<tony@develop=help.com>
Mon, 7 May 2001 06:27:26 +0000
(06:27 +0000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index fa993eedb350fe1d73652d2dccca61a652e4066e..141710c2cbf41f3362cd4a55b9e9329f05e9a99f 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-72,6
+72,11
@@
if (defined $Config{'d_dlsymun'}) { $OSDEF .= ' -DDLSYMUN'; }
'OBJECT' => join(' ', @objs, $F_OBJECT)
);
+if ($] ge '5.005') {
+ $opts{AUTHOR} = 'Arnar M. Hrafnkelsson, addi@umich.edu';
+ $opts{ABSTRACT} = 'Perl extension for Generating 24 bit Images';
+}
+
if ($VERBOSE) { print Dumper(\%opts); }
mkdir('testout',0777); # since we cannot include it in the archive.
WriteMakefile(%opts);