From bb14a5d13f88ced2f926f764f62c603bf22e547c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Jan 2002 22:20:35 +0000 Subject: quiet perl's warning --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 775aa8938..3576c6ce8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -979,7 +979,7 @@ connections from many clients. "), Security features are at their maximum."), ); delete @l{0,1}; - delete @l{5} if !$::expert; + delete $l{5} if !$::expert; $in->ask_from('', _("Choose security level") . "\n\n" . join('', map { "$l{$_}: $help{$_}\n\n" } keys %l), -- cgit v1.2.1