--- cvsroot/Coro/Makefile.PL 2001/07/03 02:53:34 1.1 +++ cvsroot/Coro/Makefile.PL 2001/07/21 18:21:45 1.4 @@ -1,6 +1,21 @@ use ExtUtils::MakeMaker; -use 5.006; +if ($] < 5.006) { + print < +*** + +EOF +} WriteMakefile( dist => { @@ -10,5 +25,17 @@ }, NAME => "Coro", VERSION_FROM => "Coro.pm", + DIR => ['Coro'], ); +sub MY::postamble { + <