summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-12-22 12:36:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-12-22 12:36:43 +0000
commitc8288658a68b6190158c28920d8d614cf303d954 (patch)
tree791cec2a8bf7ecd38705d79dbb92eef3ee803614 /perl-install/raid.pm
parenta4797375986c5545dd19a7470351d3febe1a9a6d (diff)
downloaddrakx-c8288658a68b6190158c28920d8d614cf303d954.tar
drakx-c8288658a68b6190158c28920d8d614cf303d954.tar.gz
drakx-c8288658a68b6190158c28920d8d614cf303d954.tar.bz2
drakx-c8288658a68b6190158c28920d8d614cf303d954.tar.xz
drakx-c8288658a68b6190158c28920d8d614cf303d954.zip
we shouldn't rely on callers to load missing modules...
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r--perl-install/raid.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm
index 3d39a9e3f..e42c5c340 100644
--- a/perl-install/raid.pm
+++ b/perl-install/raid.pm
@@ -8,6 +8,7 @@ use strict;
#-######################################################################################
use common;
use fs::type;
+use fs::get;
use run_program;
use devices;
use modules;