--- EV/Makefile.PL 2007/11/28 11:15:54 1.25 +++ EV/Makefile.PL 2007/11/28 17:57:54 1.26 @@ -161,12 +161,12 @@ Similarly to the kqueue backend above, EV can take advantage of the -solaris 10 port interface. Support for port will be detected at runtime, -with a safe fallback to other methods when it cannot be used. +solaris 10 event port interface. Support for event ports will be detected +at runtime, with a safe fallback to other methods when it cannot be used. EOF -$DEFINE .= " -DEV_USE_PORT=" . (0 + (prompt ("Enable port backend (y/n)?", (-e "/usr/include/sys/port.h") ? "y" : "n") =~ /[yY]/)); +$DEFINE .= " -DEV_USE_PORT=" . (0 + (prompt ("Enable event port backend (y/n)?", (-e "/usr/include/sys/port.h") ? "y" : "n") =~ /[yY]/)); print <