# Imager::File::XPM use ExtUtils::MakeMaker; my %opts; if ($] ge '5.005') { $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Write Imager images to XPM files'; } WriteMakefile( %opts, 'NAME' => 'Imager::File::XPM', 'VERSION_FROM' => 'XPM.pm', # finds $VERSION PREREQ_PM => { Imager=>'0.54', 'Test::More' => '0.47', }, clean => { FILES=>'testout' }, );