diff options
-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; |