projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4029e5e
)
Tweak irspy_connect() call to use new API with options hash.
author
Mike Taylor
<mike@indexdata.com>
Wed, 25 Oct 2006 10:49:37 +0000
(10:49 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 25 Oct 2006 10:49:37 +0000
(10:49 +0000)
lib/ZOOM/IRSpy/Test/Ping.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Ping.pm
b/lib/ZOOM/IRSpy/Test/Ping.pm
index
77e9805
..
52c002d
100644
(file)
--- 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);
}