]> git.imager.perl.org - imager.git/blobdiff - CountColor/Makefile.PL
RT#65088 make sure each test script that needs testout/ creates it
[imager.git] / CountColor / Makefile.PL
index 19e57311f7b604ec37f5d48229c1951237f23fd8..ada8e45adfbbe5051d09a189d4fd7941b3f981de 100644 (file)
@@ -9,7 +9,8 @@ my %opts =
    OBJECT => 'CountColor.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} = 'Color Count an Imager image';
 }