summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-07-11 20:59:31 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 04:25:53 +0000
commit3eae5ce4a4b90029f63b3704e1e4f298978a360c (patch)
tree12fda88525f15037f03338b539dd001478e70778 /warnings.pl
parent3fcd5a54ee9a769b0df77dcf2827b3be2e6ddbd1 (diff)
downloadperl-3eae5ce4a4b90029f63b3704e1e4f298978a360c.tar.gz
Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
Message-ID: <20010712045931.8543.qmail@plover.com> Remove the chmod/umask leading zero warning. p4raw-id: //depot/perl@11290
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/warnings.pl b/warnings.pl
index 138b1db5af..3dc8200169 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -47,8 +47,6 @@ my $tree = {
'regexp' => DEFAULT_OFF,
'glob' => DEFAULT_OFF,
'y2k' => DEFAULT_OFF,
- 'chmod' => DEFAULT_OFF,
- 'umask' => DEFAULT_OFF,
'untie' => DEFAULT_OFF,
'substr' => DEFAULT_OFF,
'taint' => DEFAULT_OFF,