use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Astro::DSS', 'VERSION' => '1.6.1', 'PREREQ_PM' => { LWP => 5.53, Net::Domain => 2.13, Pod::Usage => 1.14 }, 'dist' => { COMPRESS => "gzip -9f"}, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 ( ABSTRACT => 'Module designed to return DSS images', AUTHOR => 'Alasdair Allan ') : ()), );