--- Coro/Makefile.PL 2009/08/22 22:36:23 1.63 +++ Coro/Makefile.PL 2011/04/01 17:19:52 1.64 @@ -36,7 +36,7 @@ print "\nEvent version $Event::VERSION found, building Event support.\n\n"; } } else { - print "\n*** Event not found, not build Event support.\n\n"; + print "\n*** Event not found, not building Event support.\n\n"; } if (eval { require EV }) { @@ -56,7 +56,7 @@ print "\nEV version $EV::VERSION found, building EV support.\n\n"; } } else { - print "\n*** EV not found, not build EV support.\n\n"; + print "\n*** EV not found, not building EV support.\n\n"; } WriteMakefile(