summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-04-02 22:40:07 +0000
committerdamien <damien@mandriva.com>2001-04-02 22:40:07 +0000
commit9b8018245bdc56ce8bf1c1bd44393aa97dad4254 (patch)
tree9407dc766f3ccc51f82832c88972826b31c335e3 /perl-install/modules.pm
parent1c2ce56881098e20216691a6227a6e51db86ec8e (diff)
downloaddrakx-backup-do-not-use-9b8018245bdc56ce8bf1c1bd44393aa97dad4254.tar
drakx-backup-do-not-use-9b8018245bdc56ce8bf1c1bd44393aa97dad4254.tar.gz
drakx-backup-do-not-use-9b8018245bdc56ce8bf1c1bd44393aa97dad4254.tar.bz2
drakx-backup-do-not-use-9b8018245bdc56ce8bf1c1bd44393aa97dad4254.tar.xz
drakx-backup-do-not-use-9b8018245bdc56ce8bf1c1bd44393aa97dad4254.zip
corrected petite's mistake
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index bcf89379b..644a76be0 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -6,6 +6,7 @@ use vars qw(%drivers);
use common qw(:common :file :system :functional);
use detect_devices;
use run_program;
+use install_any;
use log;