--- EV-4.17.orig/Makefile.PL 2013-08-01 04:08:54.000000000 +0200 +++ EV-4.17/Makefile.PL 2014-06-23 18:55:22.780438631 +0200 @@ -112,7 +112,7 @@ the default here unless you run into com EOF -$DEFINE .= " -DEV_USE_POLL=" . (0 + (prompt ("Enable poll backend (y/n)?", (-e "/usr/include/poll.h") ? "y" : "n") =~ /[yY]/)); +$DEFINE .= " -DEV_USE_POLL=" . (0 + (prompt ("Enable poll backend (y/n)?", "n") =~ /[yY]/)); print <