diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-05 05:24:56 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-05 05:24:56 +0000 |
commit | 68fe47ae92bba9bbf3cf35b79134c65317c1b258 (patch) | |
tree | 029ce4322dfc766b9b6b186631899e0f54635bc0 | |
parent | whole bunch of updates here. (diff) | |
download | scire-68fe47ae92bba9bbf3cf35b79134c65317c1b258.tar.gz scire-68fe47ae92bba9bbf3cf35b79134c65317c1b258.tar.bz2 scire-68fe47ae92bba9bbf3cf35b79134c65317c1b258.zip |
only import open2 from IPC::Open2
svn path=/branches/new-fu/; revision=328
-rw-r--r-- | client/Scire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |