summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r--perl-install/harddrake/data.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 39587fe66..d1bbc5bed 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -4,7 +4,8 @@ use strict;
use detect_devices;
use common;
-our (@ISA, @EXPORT_OK) = (qw(Exporter), (qw(version tree)));
+our @ISA = qw(Exporter);
+our @EXPORT_OK = qw(version tree);
our ($version, $sbindir, $bindir) = ("1.1.8", "/usr/sbin", "/usr/bin");
my @devices = detect_devices::probeall(1);