diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-12-22 12:36:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-12-22 12:36:43 +0000 |
commit | c8288658a68b6190158c28920d8d614cf303d954 (patch) | |
tree | 791cec2a8bf7ecd38705d79dbb92eef3ee803614 /perl-install | |
parent | a4797375986c5545dd19a7470351d3febe1a9a6d (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/raid.pm | 1 |
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; |