From: Mike Taylor Date: Wed, 25 Oct 2006 10:49:37 +0000 (+0000) Subject: Tweak irspy_connect() call to use new API with options hash. X-Git-Tag: CPAN-v1.02~54^2~870 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=3bb2bc0226f6c98ec2ab9fd154e2291a8ebb1952 Tweak irspy_connect() call to use new API with options hash. --- 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); }