summaryrefslogtreecommitdiffstats
path: root/lib/Net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/Termcast.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/Termcast.pm b/lib/Net/Termcast.pm
index 73bbfca..b2a9690 100644
--- a/lib/Net/Termcast.pm
+++ b/lib/Net/Termcast.pm
@@ -3,7 +3,7 @@ use Moose;
use MooseX::AttributeHelpers;
use Net::Termcast::Session;
-use IO::Socket::Telnet;
+use IO::Socket::Telnet::HalfDuplex;
use Term::VT102;
has host => (
@@ -68,7 +68,7 @@ has _vt => (
has _sock => (
is => 'ro',
- isa => 'IO::Socket::Telnet',
+ isa => 'IO::Socket::Telnet::HalfDuplex',
lazy => 1,
default => sub {
my $self = shift;