summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-28 22:10:56 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-28 22:10:56 +0000
commit109aa4b0bfef14dff9c78cece7d3ffb2f550592b (patch)
tree20bdaa5fffffc6287cc02608be7ad8d089c810b1 /perl-install/install/pkgs.pm
parent2554e4a8213c88c931a19c60cce9ccab1326de94 (diff)
downloaddrakx-backup-do-not-use-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar
drakx-backup-do-not-use-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar.gz
drakx-backup-do-not-use-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar.bz2
drakx-backup-do-not-use-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.tar.xz
drakx-backup-do-not-use-109aa4b0bfef14dff9c78cece7d3ffb2f550592b.zip
use fs::any
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm1
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;