From e6f5207c86d738be9a8ba503f97e6867e83c6846 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 26 Apr 2004 13:24:56 +0000 Subject: We need to use IPC::Open3 --- Echolot/Pinger/Mix.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Echolot') diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm index 1bb3a0d..2270ca1 100644 --- a/Echolot/Pinger/Mix.pm +++ b/Echolot/Pinger/Mix.pm @@ -18,6 +18,7 @@ This package provides functions for sending mixmaster (type II) pings. use strict; use English; +use IPC::Open3; use Echolot::Log; sub ping($$$$$) { -- cgit v1.2.3