From: Rafael Garcia-Suarez Date: Mon, 9 Jan 2006 08:20:00 +0000 (+0000) Subject: Revert change 26749 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fcb18de6aa4bd3b565067cad38df0ca202f89d0;p=p5sagit%2Fp5-mst-13.2.git Revert change 26749 p4raw-id: //depot/perl@26750 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 39e5c45..dbc82ec 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1494,11 +1494,11 @@ control-character name that begins with C<^_> will acquire a special meaning in any future version of Perl; such names may therefore be used safely in programs. C<$^_> itself, however, I reserved. -Perl identifiers that consist of all digits, or begin with control -characters, or are a single punctuation character, are exempt from the -effects of the C declaration and are always forced to be in -package C
; they are also exempt from C errors. A -few other names are also exempt in these ways: +Perl identifiers that begin with digits, control characters, or +punctuation characters are exempt from the effects of the C +declaration and are always forced to be in package C
; they are +also exempt from C errors. A few other names are also +exempt in these ways: ENV STDIN INC STDOUT