From: Wolfgang Bumiller Date: Thu, 18 Aug 2016 09:51:24 +0000 (+0200) Subject: import missing open2 X-Git-Url: https://git.proxmox.com/?p=aab.git;a=commitdiff_plain;h=7c20fd825fb7f12342271bb35df9022f24afe683 import missing open2 --- diff --git a/PVE/AAB.pm b/PVE/AAB.pm index c5e5bea..44370e1 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -7,6 +7,7 @@ use File::Path; use File::Copy; use IO::File; use IO::Select; +use IPC::Open2; use IPC::Open3; use UUID; use Cwd;