summaryrefslogtreecommitdiffstats
path: root/perl-install/modules/modprobe_conf.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-10 02:29:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-10 02:29:51 +0000
commit271821c72246e100aac347331bbe3a88e3809b82 (patch)
treecf198409dd2e51ac00c4814b2c1ab13a0af3bd04 /perl-install/modules/modprobe_conf.pm
parent3ff0fc9692a3dcc1e25e77fb8137c177ec62687c (diff)
downloaddrakx-271821c72246e100aac347331bbe3a88e3809b82.tar
drakx-271821c72246e100aac347331bbe3a88e3809b82.tar.gz
drakx-271821c72246e100aac347331bbe3a88e3809b82.tar.bz2
drakx-271821c72246e100aac347331bbe3a88e3809b82.tar.xz
drakx-271821c72246e100aac347331bbe3a88e3809b82.zip
perl_checker compliance
Diffstat (limited to 'perl-install/modules/modprobe_conf.pm')
-rw-r--r--perl-install/modules/modprobe_conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules/modprobe_conf.pm b/perl-install/modules/modprobe_conf.pm
index 1bc5e478c..2db68122d 100644
--- a/perl-install/modules/modprobe_conf.pm
+++ b/perl-install/modules/modprobe_conf.pm
@@ -12,7 +12,7 @@ sub handled_fields { qw(alias options install remove) }
sub mapping {
my ($_conf, @modules) = @_;
my @l = map { modules::mapping_24_26($_) } @modules;
- wantarray ? @l : $l[0];
+ wantarray() ? @l : $l[0];
}
sub get_above {