summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table_raw.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-10-09 11:17:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-10-09 11:17:08 +0000
commit0f4038fd09f9f8582f1a868584d8cac54df640eb (patch)
treef2eab5e04b9c1a5b270c38fc86d42c2ab5c1c6b2 /perl-install/partition_table_raw.pm
parent7befd0e218e67479b59a9867d6fad0f17714db42 (diff)
downloaddrakx-0f4038fd09f9f8582f1a868584d8cac54df640eb.tar
drakx-0f4038fd09f9f8582f1a868584d8cac54df640eb.tar.gz
drakx-0f4038fd09f9f8582f1a868584d8cac54df640eb.tar.bz2
drakx-0f4038fd09f9f8582f1a868584d8cac54df640eb.tar.xz
drakx-0f4038fd09f9f8582f1a868584d8cac54df640eb.zip
make perl_checker happy
Diffstat (limited to 'perl-install/partition_table_raw.pm')
-rw-r--r--perl-install/partition_table_raw.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/partition_table_raw.pm b/perl-install/partition_table_raw.pm
index 7fc27c31c..bbeaaa5ad 100644
--- a/perl-install/partition_table_raw.pm
+++ b/perl-install/partition_table_raw.pm
@@ -5,6 +5,7 @@ use strict;
use common;
use devices;
+use detect_devices;
use log;
use c;