From 68fe47ae92bba9bbf3cf35b79134c65317c1b258 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 5 Jan 2008 05:24:56 +0000 Subject: only import open2 from IPC::Open2 svn path=/branches/new-fu/; revision=328 --- client/Scire.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Scire.pm b/client/Scire.pm index dca8da4..8fd5227 100644 --- a/client/Scire.pm +++ b/client/Scire.pm @@ -35,7 +35,7 @@ sub set_filename { package Scire::Communicator; -use IPC::Open2; +use IPC::Open2 (open2); sub new { my $proto = shift; -- cgit v1.2.3-65-gdbad