From f98faaaed013f662649e50096c2943399d4c2a53 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 17 Jul 2015 11:57:04 -0700 Subject: [PATCH] Fixed bug in PipeOutputArray --- lib/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Utils.pm b/lib/Utils.pm index a21d996..acebce5 100644 --- a/lib/Utils.pm +++ b/lib/Utils.pm @@ -529,7 +529,7 @@ Returns: =cut - open my $pipe, '|', $to + open my $pipe, '|-', $to or error "Unable to open pipe - $!", 1; foreach (@output) { -- 2.17.1