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