aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index e8d49a0d..42317fac 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -24,7 +24,7 @@
# $Id$
use strict;
-use MDK::Common 'any';
+use MDK::Common::Func 'any';
use lib qw(/usr/lib/libDrakX);
use common;
use POSIX qw(_exit);