From 48bcf204cbc010a856258ebe4e0c38d680bfab49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Thu, 26 Jul 2012 16:09:48 +0200 Subject: [PATCH] - perform a qualified import of KIWIQX in kiwi.pl --- kiwi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwi.pl b/kiwi.pl index 4b7cea528..c67cb7abb 100755 --- a/kiwi.pl +++ b/kiwi.pl @@ -42,7 +42,7 @@ use KIWIImageCreator; use KIWIBoot; use KIWIMigrate; -use KIWIQX; +use KIWIQX qw (qxx); use KIWIRuntimeChecker; use KIWIImageFormat; use KIWIXMLInfo;