diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 18:43:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 18:43:44 +0000 |
commit | 1b16bfc8aa0549c066ce276f894cdeb2f805657a (patch) | |
tree | c221963ad2bcd9d9e65126acac0ad285cc49b6da /perl-install | |
parent | 7452e896e7f1a46075824e4daa5ecc4e29960037 (diff) | |
download | drakx-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar drakx-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar.gz drakx-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar.bz2 drakx-1b16bfc8aa0549c066ce276f894cdeb2f805657a.tar.xz drakx-1b16bfc8aa0549c066ce276f894cdeb2f805657a.zip |
perl_checker compliance
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone.pm | 2 |
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; |