]> git.imager.perl.org - imager.git/blobdiff - DynTest/Makefile.PL
prefer static first
[imager.git] / DynTest / Makefile.PL
index d749d6398301a7c54035b3cfc2f8b4ff9057960d..f5d59679f8d0474c77c8fda27ed581f42ac9d6e2 100644 (file)
@@ -9,8 +9,9 @@ my %opts =
    OBJECT => 'DynTest.o linstretch.o',
    INC => '-I..'
   );
-if ($ExtUtils::MakeMaker::VERSION > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
+if ($MM_ver > 6.06) {
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'Demo Imager filter extension';
 }