From 4b18298074c47754f8937a19dad07d1cb9dbd055 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Jul 2009 22:38:43 -0500 Subject: stop explicitly depending on core modules --- Makefile.PL | 2 -- 1 file changed, 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'; -- cgit v1.2.3-54-g00ecf