summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-22 12:47:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-22 12:47:49 +0000
commit4e4525861adc83f9f2871fc0fc823b3494881157 (patch)
tree17e28ac1a84376a2dc232249ba55613f1c638061 /perl-install/lang.pm
parent58337769a350ee9c54d2d48a0354fc1d871bee97 (diff)
downloaddrakx-backup-do-not-use-4e4525861adc83f9f2871fc0fc823b3494881157.tar
drakx-backup-do-not-use-4e4525861adc83f9f2871fc0fc823b3494881157.tar.gz
drakx-backup-do-not-use-4e4525861adc83f9f2871fc0fc823b3494881157.tar.bz2
drakx-backup-do-not-use-4e4525861adc83f9f2871fc0fc823b3494881157.tar.xz
drakx-backup-do-not-use-4e4525861adc83f9f2871fc0fc823b3494881157.zip
disable perl warnings when checking
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";