use ExtUtils::MakeMaker; WriteMakefile( # Name has XXX so that the modules appear in Astro/Catalog/Query # Directory. This requires that DISTNAME is set manually 'NAME' => 'Astro::Catalog::Query::XXX', 'DISTNAME' => 'Astro-Catalog-Query', # Version of distribution not any given module 'VERSION' => '0.01', 'PREREQ_PM' => { }, 'dist' => { COMPRESS => "gzip -9f"}, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 ( ABSTRACT => 'Catalogue query classes', AUTHOR => 'Alasdair Allan ') : ()), );