]> git.imager.perl.org - imager.git/commitdiff
- make the inclusion of NO_META dependent on the version of EU::MM.
authorTony Cook <tony@develop=help.com>
Tue, 7 Dec 2004 22:59:23 +0000 (22:59 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 7 Dec 2004 22:59:23 +0000 (22:59 +0000)
  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.

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 0db18adbb3e89c123cee887a1b9614ffd8f4ed9c..73c8192b0f061321c619a967cec36f694a21e036 100644 (file)
--- 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.
 
 =================================================================
 
index 81a56d89cedaea694a7e5c8a2ca573655442d1bf..699596b8ed1bcf8e3e57d77488e3be4e5cbc42c8 100644 (file)
@@ -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 <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.