diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 09:02:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 09:02:01 +0000 |
commit | d6988803059884b4f5dcff6f479c8e93f7bb3586 (patch) | |
tree | 4227d590d8b44189854222c6981d553ee7cb8ef1 /perl-install/modules/any_conf.pm | |
parent | 1178e7d4343f3181204b7954b0711c4b423eb74a (diff) | |
download | drakx-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/any_conf.pm')
-rw-r--r-- | perl-install/modules/any_conf.pm | 2 |
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); |