summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-05 00:14:31 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-05 00:14:31 -0600
commit2474f1d93f3e58c4b6055fd4209e6e437892ca64 (patch)
tree012b088c37b48d800bd5cec0715fd022729b802d /t
parent08f0aa75ce9e9f04c4d5e925f366f1d07099d40c (diff)
downloadapp-termcast-2474f1d93f3e58c4b6055fd4209e6e437892ca64.tar.gz
app-termcast-2474f1d93f3e58c4b6055fd4209e6e437892ca64.zip
dzil stuff
Diffstat (limited to 't')
-rw-r--r--t/basic.t3
-rw-r--r--t/read-write.t3
2 files changed, 2 insertions, 4 deletions
diff --git a/t/basic.t b/t/basic.t
index bf85edb..f4f6b49 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::More;
-use Test::Requires 'Test::TCP';
-use IO::Pty::Easy;
+use Test::Requires 'Test::TCP', 'IO::Pty::Easy';
use App::Termcast;
diff --git a/t/read-write.t b/t/read-write.t
index 0979955..fa5145b 100644
--- a/t/read-write.t
+++ b/t/read-write.t
@@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::More;
-use Test::Requires 'Test::TCP';
-use IO::Pty::Easy;
+use Test::Requires 'Test::TCP', 'IO::Pty::Easy';
use App::Termcast;