diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-14 08:35:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-14 08:35:23 +0000 |
commit | e69b07190d41da73ad6be26e23681bb3a7e1d074 (patch) | |
tree | beb1b10c087f0c964e660bb14423b6dca51a6b42 /perl-install/fs | |
parent | e390b8abc260444c454bba5676433b4d4e1caa55 (diff) | |
download | drakx-e69b07190d41da73ad6be26e23681bb3a7e1d074.tar drakx-e69b07190d41da73ad6be26e23681bb3a7e1d074.tar.gz drakx-e69b07190d41da73ad6be26e23681bb3a7e1d074.tar.bz2 drakx-e69b07190d41da73ad6be26e23681bb3a7e1d074.tar.xz drakx-e69b07190d41da73ad6be26e23681bb3a7e1d074.zip |
for lsparts to work
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/type.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 95ece71fa..51b0e8503 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -4,6 +4,7 @@ use diagnostics; use strict; use common; +use devices; our @ISA = qw(Exporter); |