summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-30 18:43:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-30 18:43:44 +0000
commit1b16bfc8aa0549c066ce276f894cdeb2f805657a (patch)
treec221963ad2bcd9d9e65126acac0ad285cc49b6da /perl-install/standalone.pm
parent7452e896e7f1a46075824e4daa5ecc4e29960037 (diff)
downloaddrakx-backup-do-not-use-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar
drakx-backup-do-not-use-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar.gz
drakx-backup-do-not-use-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar.bz2
drakx-backup-do-not-use-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar.xz
drakx-backup-do-not-use-1b16bfc8aa0549c066ce276f894cdeb2f805657a.zip
perl_checker compliance
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 80cc19c10..da262e4de 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -197,7 +197,7 @@ sub ensure_is_installed {
}
sub check_kernel_module_packages {
- my ($do, $base_name, $o_ext_name) = @_;
+ my ($_o, $base_name, $o_ext_name) = @_;
my ($result, %list, %select);
my @rpm_qa if 0;