From 4bcfa20d3a59ccd580cd1ea89666be8402e8a947 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 16 Aug 2007 19:16:00 -0500 Subject: change to carp for error messages --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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'; -- cgit v1.2.3-54-g00ecf