summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1cc695b..4666a37 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,6 +6,7 @@ name 'IO-Pty-Easy';
all_from 'lib/IO/Pty/Easy.pm';
requires 'IO::Pty';
+requires 'Carp';
build_requires 'Test::More';