Hi, just a minor bug report. Just a typo in the docs for Ping... --- /usr/lib/perl5/site_perl/5.005/POE/Component/Client/Ping.pm Tue May 29 09:58:51 2001 +++ Ping.pm Tue Oct 2 21:28:30 2001 @@ -342,7 +342,7 @@
use POE qw(Component::Client::Ping);
- POE::Component::Client::DNS->spawn(
+ POE::Component::Client::Ping->spawn(
Alias => 'pingthing', # defaults to 'pinger'
Timeout => 10, # defaults to 1 second
);
