+#!perl -w
+use strict;
use ExtUtils::MakeMaker;
-require "../metafile.pl";
my %opts =
(
OBJECT => 'CountColor.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} = 'Color Count an Imager image';
}