summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm1
1 files changed, 1 insertions, 0 deletions
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";