summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-25 12:33:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-25 12:33:32 +0000
commit01e5d9dc8a337b512b49ac66de2ac6cd3b97a288 (patch)
treee57380647eaf095edcc240c7096e3936635df61f
parentfee4c03c14406537f70bbffe01e7ddeea91310d9 (diff)
downloaddrakx-backup-do-not-use-01e5d9dc8a337b512b49ac66de2ac6cd3b97a288.tar
drakx-backup-do-not-use-01e5d9dc8a337b512b49ac66de2ac6cd3b97a288.tar.gz
drakx-backup-do-not-use-01e5d9dc8a337b512b49ac66de2ac6cd3b97a288.tar.bz2
drakx-backup-do-not-use-01e5d9dc8a337b512b49ac66de2ac6cd3b97a288.tar.xz
drakx-backup-do-not-use-01e5d9dc8a337b512b49ac66de2ac6cd3b97a288.zip
new common syntax
-rwxr-xr-xperl-install/share/verify_modules.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/verify_modules.pl b/perl-install/share/verify_modules.pl
index 5928dc6dd..52b6ae8fc 100755
--- a/perl-install/share/verify_modules.pl
+++ b/perl-install/share/verify_modules.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use lib "..";
-use common qw(:common :file);
+use common;
use modules;
my $all = $ARGV[0] eq '-a';