summaryrefslogtreecommitdiffstats
path: root/perl-install/commands
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/commands')
-rwxr-xr-xperl-install/commands2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands b/perl-install/commands
index edd22bb5f..baa02f232 100755
--- a/perl-install/commands
+++ b/perl-install/commands
@@ -4,7 +4,7 @@ use diagnostics;
use strict;
use lib qw(/usr/bin/perl-install .);
-use common qw(:file);
+use common;
use commands;
my $progname = basename($0);