From d6988803059884b4f5dcff6f479c8e93f7bb3586 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Jul 2004 09:02:01 +0000 Subject: perl_checker enhancement --- perl-install/modules/any_conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules') 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); -- cgit v1.2.1