From 036c3322e6af4b452f8e1d97084b277739912e60 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 Apr 2014 18:12:06 +0000 Subject: [PATCH] t/all: fixup test for missing IPC::Run I forgot to re-enable the test once I ensured things passed without IPC::Run. --- t/all.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/all.t b/t/all.t index 27fe6c1..d58e1db 100644 --- a/t/all.t +++ b/t/all.t @@ -12,7 +12,7 @@ my $tmp = tempdir(CLEANUP => 1); use File::Temp qw/tempdir/; use Email::Simple; my $have_ipc_run = eval { - require IC::Run; + require IPC::Run; import IPC::Run qw/run/; 1; }; -- 2.26.2