]> git.imager.perl.org - imager.git/blobdiff - Flines/Makefile.PL
use $Config{path_sep} instead of working it out on our own
[imager.git] / Flines / Makefile.PL
index 583a31759d06e0e123c97ee1d4f2f8e43e502161..e8e107f281f08cc2c2223369d06d291035b1db8d 100644 (file)
@@ -9,7 +9,8 @@ my %opts =
    OBJECT => 'Flines.o',
    INC => '-I..'
   );
-if ($ExtUtils::MakeMaker::VERSION > 6.06) {
+my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
+if ($MM_ver > 6.06) {
   $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
   $opts{ABSTRACT} = 'Flines Imager filter extension';
 }