summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-22 09:02:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-22 09:02:01 +0000
commitd6988803059884b4f5dcff6f479c8e93f7bb3586 (patch)
tree4227d590d8b44189854222c6981d553ee7cb8ef1 /perl-install/modules
parent1178e7d4343f3181204b7954b0711c4b423eb74a (diff)
downloaddrakx-d6988803059884b4f5dcff6f479c8e93f7bb3586.tar
drakx-d6988803059884b4f5dcff6f479c8e93f7bb3586.tar.gz
drakx-d6988803059884b4f5dcff6f479c8e93f7bb3586.tar.bz2
drakx-d6988803059884b4f5dcff6f479c8e93f7bb3586.tar.xz
drakx-d6988803059884b4f5dcff6f479c8e93f7bb3586.zip
perl_checker enhancement
Diffstat (limited to 'perl-install/modules')
-rw-r--r--perl-install/modules/any_conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules/any_conf.pm b/perl-install/modules/any_conf.pm
index 9dbcff9b6..b2655dba0 100644
--- a/perl-install/modules/any_conf.pm
+++ b/perl-install/modules/any_conf.pm
@@ -114,7 +114,7 @@ sub set_sound_slot {
sub read {
- my ($type, $o_file) = @_;
+ my (undef, $o_file) = @_;
my $conf = modules::any_conf::vnew();
my $raw_conf = modules::any_conf::read_raw($o_file || $::prefix . $conf->file);