--- EV/Makefile.PL 2009/08/26 17:31:20 1.44 +++ EV/Makefile.PL 2010/10/29 19:12:19 1.45 @@ -37,7 +37,7 @@ POSIX optionally offers support for a monotonic clock source. EV -can take advantage of this clock source to detect time jumps +can take advantage of this clock source to detect time jumps more reliably. Unfortunately, some systems are bound to be broken, so you can disable this here: you can completely disable the detection and use of the monotonic clock by answering 'n' here. Support for this clock type @@ -57,7 +57,7 @@ realtime clock interface. In a good implementation, using it is faster than the normal method of using gettimeofday. Unfortunately, this option is also bound to be broken on some systems, and current EV versions do not -actually call C very often, so ti defaults to no. +actually call gettimeofday very often, so it defaults to no. EOF @@ -148,12 +148,12 @@ Here is what we know: -NetBSD: partially working in at least 3.1. Yeah! :) -FreeBSD: broken on at least 6.2-STABLE, +NetBSD: partially working in at least 3.1 and later. Yeah! :) +FreeBSD: broken on at least 6.2-STABLE, spotty in later versions, sockets *likely* work, ptys definitely don't. OpenBSD: reports indicate that it likely doesn't work (similar problems as on FreeBSD). -OS X: completely, utterly broken on at least < 10.5. +OS X: completely, utterly broken on at least <= 10.6. EOF