Remove dependency on IO::Pty

This commit is contained in:
Keith Winstein
2013-01-18 11:50:58 -05:00
parent 74e1a30944
commit 8290e387af
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -35,7 +35,6 @@ my $MOSH_VERSION = '1.2.3';
use warnings;
use strict;
use Socket;
use IO::Pty;
use Getopt::Long;
$|=1;