Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1d0196e9d96d99d04de566dd780623f7 > files > 192

perl-Imager-0.970.0-2.mga4.x86_64.rpm

#!perl -w
use strict;
use ExtUtils::MakeMaker;

my %opts = 
  (
   NAME => 'Imager::File::ICO',
   VERSION_FROM => 'ICO.pm',
   OBJECT => 'ICO.o msicon.o imicon.o',
   INC => '-I..',
   clean => { FILES => 'testout' },
  );
my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
if ($MM_ver > 6.06) {
  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
  $opts{ABSTRACT} = 'Icon Image file support';
}

WriteMakefile(%opts);