From: Tony Cook Date: Tue, 7 Dec 2004 22:59:23 +0000 (+0000) Subject: - make the inclusion of NO_META dependent on the version of EU::MM. X-Git-Tag: Imager-0.48^2~270 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/29316bdbd02f8e530df7f577c31bab1724cbcd29 - 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. --- diff --git a/Changes b/Changes index 0db18adb..73c8192b 100644 --- a/Changes +++ b/Changes @@ -942,6 +942,10 @@ Revision history for Perl extension Imager. 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. ================================================================= diff --git a/Makefile.PL b/Makefile.PL index 81a56d89..699596b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,13 +75,15 @@ if (defined $Config{'d_dlsymun'}) { $OSDEF .= ' -DDLSYMUN'; } '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 , 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.