diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-28 22:10:56 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-28 22:10:56 +0000 |
commit | 109aa4b0bfef14dff9c78cece7d3ffb2f550592b (patch) | |
tree | 20bdaa5fffffc6287cc02608be7ad8d089c810b1 /perl-install/install/pkgs.pm | |
parent | 2554e4a8213c88c931a19c60cce9ccab1326de94 (diff) | |
download | drakx-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar drakx-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar.gz drakx-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar.bz2 drakx-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar.xz drakx-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.zip |
use fs::any
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index fcb7b9d8a..2c733ef6f 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -19,6 +19,7 @@ use run_program; use detect_devices; use log; use fs; +use fs::any; use fs::loopback; use c; |