summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-06 22:38:43 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-06 22:38:43 -0500
commit4b18298074c47754f8937a19dad07d1cb9dbd055 (patch)
tree4cfe2b2ac17f46d82767acff97bcc175d0a4658b
parent400529e92c37e4c5aa587297dd989f07656dcc0b (diff)
downloadio-pty-easy-4b18298074c47754f8937a19dad07d1cb9dbd055.tar.gz
io-pty-easy-4b18298074c47754f8937a19dad07d1cb9dbd055.zip
stop explicitly depending on core modules
-rw-r--r--Makefile.PL2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 49da97d..1cc695b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,8 +6,6 @@ name 'IO-Pty-Easy';
all_from 'lib/IO/Pty/Easy.pm';
requires 'IO::Pty';
-requires 'Carp';
-requires 'POSIX';
build_requires 'Test::More';