From 4e4525861adc83f9f2871fc0fc823b3494881157 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Feb 2002 12:47:49 +0000 Subject: disable perl warnings when checking --- perl-install/keyboard.pm | 1 + perl-install/lang.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index b2417f75f..db38079e3 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -475,6 +475,7 @@ sub read { sub check { require lang; + $^W = 0; my $ok = 1; my $warn = sub { diff --git a/perl-install/lang.pm b/perl-install/lang.pm index d67bc9020..7eaa830fa 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -794,6 +794,7 @@ sub charset { sub check { + $^W = 0; my $ok = 1; my $warn = sub { print STDERR "$_[0]\n"; -- cgit v1.2.1