use ExtUtils::MakeMaker; if ($] < 5.006) { print < *** EOF } WriteMakefile( dist => { PREOP => 'pod2text Coro.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', }, NAME => "Coro", VERSION_FROM => "Coro.pm", DIR => ['Coro'], PREREQ_PM => { Event => 0.84, # yes, 0.83 and below have serious bugs }, ); sub MY::postamble { <