from Imager.xs
- giflib 4.1.3 still doesn't have all the bugs fixed, update the notes
in README and in the buggy_giflib.txt file that t105gif.t produces
+- make the inclusion of NO_META dependent on the version of EU::MM.
+ I was going to include a META.yml but EU::MM's generation is too
+ simplistic (and misses the leading document header too). For now
+ I'll leave it out.
=================================================================
'INC' => "$DFLAGS $F_INC",
'OBJECT' => join(' ', @objs, $F_OBJECT),
clean => { FILES=>'testout' },
- 'NO_META' => 1,
);
-if ($] ge '5.005') {
- $opts{AUTHOR} = 'Arnar M. Hrafnkelsson, addi@umich.edu';
+if ($ExtUtils::MakeMaker::VERSION > 6.06) {
+ $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson';
$opts{ABSTRACT} = 'Perl extension for Generating 24 bit Images';
}
+if ($ExtUtils::MakeMaker::VERSION > 6.10) {
+ $opts{NO_META} = 1;
+}
if ($VERBOSE) { print Dumper(\%opts); }
mkdir('testout',0777); # since we cannot include it in the archive.