summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-29 21:57:47 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-29 21:57:47 -0500
commit68dca4c9d58c798b3df17e8e638b7d9059fe6b61 (patch)
treed80ebb081b000e8965c98bb9ef91954139d28653 /t
parent88d95e03e7b05c3aaffded98a5945e280309b010 (diff)
downloadio-socket-telnet-halfduplex-68dca4c9d58c798b3df17e8e638b7d9059fe6b61.tar.gz
io-socket-telnet-halfduplex-68dca4c9d58c798b3df17e8e638b7d9059fe6b61.zip
ping_option -> PingOption in constructor args
Diffstat (limited to 't')
-rw-r--r--t/003-different-pong.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003-different-pong.t b/t/003-different-pong.t
index 7ff6ff5..79c4386 100644
--- a/t/003-different-pong.t
+++ b/t/003-different-pong.t
@@ -51,7 +51,7 @@ my $pong = 0;
my $client = IO::Socket::Telnet::HalfDuplex->new(
PeerAddr => '127.0.0.1',
PeerPort => $localport,
- ping_option => ord($PONG),
+ PingOption => ord($PONG),
);
$client->telnet_simple_callback(sub {
my $self = shift;