summaryrefslogtreecommitdiff
path: root/pod
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 /pod
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 'pod')
-rw-r--r--pod/perldiag.pod15
-rw-r--r--pod/perllexwarn.pod4
2 files changed, 0 insertions, 19 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index e39c9187d2..a9cf825ef4 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1106,16 +1106,6 @@ and so on) and not for Unicode characters, so Perl behaved as if you meant
If you actually want to pack Unicode codepoints, use the C<"U"> format
instead.
-=item chmod() mode argument is missing initial 0
-
-(W chmod) A novice will sometimes say
-
- chmod 777, $filename
-
-not realizing that 777 will be interpreted as a decimal number,
-equivalent to 01411. Octal constants are introduced with a leading 0 in
-Perl, as in C.
-
=item close() on unopened filehandle %s
(W unopened) You tried to close a filehandle that was never opened.
@@ -3497,11 +3487,6 @@ certain type. Arrays must be @NAME or C<@{EXPR}>. Hashes must be
%NAME or C<%{EXPR}>. No implicit dereferencing is allowed--use the
{EXPR} forms as an explicit dereference. See L<perlref>.
-=item umask: argument is missing initial 0
-
-(W umask) A umask of 222 is incorrect. It should be 0222, because octal
-literals always start with 0 in Perl, as in C.
-
=item umask not implemented
(F) Your machine doesn't implement the umask function and you tried to
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod
index 951a470b2e..450838737c 100644
--- a/pod/perllexwarn.pod
+++ b/pod/perllexwarn.pod
@@ -207,8 +207,6 @@ The current hierarchy is:
all -+
|
- +- chmod
- |
+- closure
|
+- exiting
@@ -285,8 +283,6 @@ The current hierarchy is:
|
+- taint
|
- +- umask
- |
+- uninitialized
|
+- unpack