diff options
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
index : rpmdrake | ||
Mageia Graphical Package Manager | Thierry Vignaud [tv] |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | rpmdrake | 2 |
@@ -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); |