summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-05 00:21:24 -0500
committerdoy <doy@tozt.net>2009-02-05 00:21:24 -0500
commit2d0da4ebf2a8da9b26e5fdc4dd15714687d24e94 (patch)
tree6d6d0d7b0f9f3c2d4a55be08515cb34b9cb36d35
parentd4bcc9ec0f929a76b02291efe94730889b3f349b (diff)
downloadio-pty-easy-2d0da4ebf2a8da9b26e5fdc4dd15714687d24e94.tar.gz
io-pty-easy-2d0da4ebf2a8da9b26e5fdc4dd15714687d24e94.zip
we use POSIX too
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4666a37..49da97d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,7 @@ all_from 'lib/IO/Pty/Easy.pm';
requires 'IO::Pty';
requires 'Carp';
+requires 'POSIX';
build_requires 'Test::More';