summaryrefslogtreecommitdiffstats
path: root/perl-install/commands
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-25 09:37:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-25 09:37:47 +0000
commit527ae21d38fd6d7caf8d8d76a3c9157db9331daf (patch)
tree746c2ed4af9bea720f4293a18f918d3342c6d644 /perl-install/commands
parente00f0405faf8edc53fcae09888e45a87f86b01a9 (diff)
downloaddrakx-backup-do-not-use-527ae21d38fd6d7caf8d8d76a3c9157db9331daf.tar
drakx-backup-do-not-use-527ae21d38fd6d7caf8d8d76a3c9157db9331daf.tar.gz
drakx-backup-do-not-use-527ae21d38fd6d7caf8d8d76a3c9157db9331daf.tar.bz2
drakx-backup-do-not-use-527ae21d38fd6d7caf8d8d76a3c9157db9331daf.tar.xz
drakx-backup-do-not-use-527ae21d38fd6d7caf8d8d76a3c9157db9331daf.zip
move to MDK::Common, bool->to_bool
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);