summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 19:16:00 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 19:16:00 -0500
commit4bcfa20d3a59ccd580cd1ea89666be8402e8a947 (patch)
treea3cbff0d4215ca63bfa7151036c2bceb4a593e16 /Makefile.PL
parent134989a2d884020c60348738273a56aed30c725e (diff)
downloadio-pty-easy-4bcfa20d3a59ccd580cd1ea89666be8402e8a947.tar.gz
io-pty-easy-4bcfa20d3a59ccd580cd1ea89666be8402e8a947.zip
change to carp for error messages
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';