--- cvsroot/EV/Makefile.PL 2008/10/02 12:26:25 1.34 +++ cvsroot/EV/Makefile.PL 2008/10/29 17:41:11 1.36 @@ -68,21 +68,6 @@ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** -Another useful bit of functionality is the Linux eventfd, which is useful -for faster signal handling (don't care) and intra-thread communications -(mostly useful for embedding). Kernel support for this will be probed at -runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and -later should have this wrapper. - -EOF - -$DEFINE .= " -DEV_USE_EVENTFD=" . (0 + (prompt ("Enable linux eventfd support (y/n)?", (-e "/usr/include/sys/eventfd.h") || $ENV{EV_EVENTFD} ? "y" : "n") =~ /[yY]/)); - -print < 2.6) : (); @@ -252,12 +252,12 @@ 'EV/EVAPI.h' => '$(INST_LIBDIR)/EV/EVAPI.h', 'EV/MakeMaker.pm' => '$(INST_LIBDIR)/EV/MakeMaker.pm', 'libev/ev.h' => '$(INST_LIBDIR)/EV/ev.h', - 'libev/ev.pod' => '$(INST_LIBDIR)/EV/c_doc.pod', + 'libev/ev.pod' => '$(INST_LIBDIR)/EV/libev.pod', }, MAN3PODS => { 'EV.pm' => '$(INST_MAN3DIR)/EV.$(MAN3EXT)', 'EV/MakeMaker.pm' => '$(INST_MAN3DIR)/EV::MakeMaker.$(MAN3EXT)', - 'libev/ev.pod' => '$(INST_MAN3DIR)/EV::c_doc.$(MAN3EXT)', + 'libev/ev.pod' => '$(INST_MAN3DIR)/EV::libev.$(MAN3EXT)', }, );