--- AnyEvent-FastPing/FastPing.pm 2008/04/27 15:43:51 1.1 +++ AnyEvent-FastPing/FastPing.pm 2008/05/17 21:47:29 1.2 @@ -8,7 +8,7 @@ =head1 DESCRIPTION -This module was written for a single purpose only: sending ICMP EHCO +This module was written for a single purpose only: sending ICMP ECHO REQUEST packets as quickly as possible to a large number of hosts (thousands to millions). @@ -29,7 +29,7 @@ use AnyEvent; BEGIN { - our $VERSION = '1.0'; + our $VERSION = '1.1'; our @ISA = qw(Exporter); require Exporter;