use ExtUtils::MakeMaker; use 5.008; WriteMakefile( dist => { PREOP => 'pod2text FastSpawn.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', }, NAME => "Proc::FastSpawn", VERSION_FROM => "FastSpawn.pm", );