add the extra attributes that PPDs want
authorTony Cook <tony@develop=help.com>
Mon, 7 May 2001 06:27:26 +0000 (06:27 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 7 May 2001 06:27:26 +0000 (06:27 +0000)
Makefile.PL

index fa993eedb350fe1d73652d2dccca61a652e4066e..141710c2cbf41f3362cd4a55b9e9329f05e9a99f 100644 (file)
@@ -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);