summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-03 21:13:05 -0500
committerdoy <doy@tozt.net>2009-02-03 21:13:05 -0500
commitfa131d2e90aebedfd30ea7426734089f8b1be69f (patch)
treed71ee7bb9fe5310d814fa6bf07652c465e5290ac /lib
parent16293185abdce3ab230199208440769c8abb59b6 (diff)
downloadio-pty-easy-fa131d2e90aebedfd30ea7426734089f8b1be69f.tar.gz
io-pty-easy-fa131d2e90aebedfd30ea7426734089f8b1be69f.zip
why was i using require here
Diffstat (limited to 'lib')
-rw-r--r--lib/IO/Pty/Easy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm
index 5f6451d..d02bbad 100644
--- a/lib/IO/Pty/Easy.pm
+++ b/lib/IO/Pty/Easy.pm
@@ -3,7 +3,7 @@ use warnings;
use strict;
use IO::Pty;
use Carp;
-require POSIX;
+use POSIX ();
# Intro documentation {{{