--- cvsroot/Coro/Makefile.PL 2001/07/14 22:14:21 1.2 +++ 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 => { @@ -13,3 +28,14 @@ DIR => ['Coro'], ); +sub MY::postamble { + <