--- AnyEvent-FastPing/FastPing.pm 2011/02/02 20:04:17 1.14 +++ AnyEvent-FastPing/FastPing.pm 2011/02/05 23:37:21 1.15 @@ -286,9 +286,9 @@ Similar to C, but uses a list of single addresses instead. The list is specified as an array reference as first argument. Each entry in -the array should be a binary host address, either IPv4 or IPv6. Currently, -all entries in the list must be either IPv4 B IPv6, so you have to -create two host ranges if you have mixed addresses. +the array should be a binary host address, either IPv4 or IPv6. If all +addresses are IPv4 addresses, then a compact IPv4-only format will be used +to store the list internally. Minimum C<$interval> is the same as for C and can be left out.