]> git.imager.perl.org - imager.git/blobdiff - Flines/Makefile.PL
note the purpose of a complex test
[imager.git] / Flines / Makefile.PL
index 4eab1b26947faa9fc17cb7314a280ab430f9c073..10822878a3fd208b23893bcaa07d1c8979240c8f 100644 (file)
@@ -1,3 +1,5 @@
+#!perl -w
+use strict;
 use ExtUtils::MakeMaker;
 
 my %opts = 
@@ -7,8 +9,9 @@ my %opts =
    OBJECT => 'Flines.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} = 'Flines Imager filter extension';
 }