X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;h=52c002d1e993f1c1ed5d7e800820bf5fab54096e;hp=77e9805966d42c834b80f38f629ea72d3dd1fc18;hb=3bb2bc0226f6c98ec2ab9fd154e2291a8ebb1952;hpb=1bb866351e6cd0a15495320b4cf0e8ae7e4b433c diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 77e9805..52c002d 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.13 2006-10-12 14:37:24 mike Exp $ +# $Id: Ping.pm,v 1.14 2006-10-25 10:49:37 mike Exp $ # See the "Main" test package for documentation @@ -16,7 +16,7 @@ sub start { my $class = shift(); my($conn) = @_; - $conn->irspy_connect(undef, + $conn->irspy_connect(undef, {}, ZOOM::Event::CONNECT, \&connected, exception => \¬_connected); }