summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/keyboard.pm1
-rw-r--r--perl-install/lang.pm1
2 files changed, 2 insertions, 0 deletions
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";