Change 26750 by [EMAIL PROTECTED] on 2006/01/09 08:20:00

        Revert change 26749

Affected files ...

... //depot/perl/pod/perlvar.pod#147 edit

Differences ...

==== //depot/perl/pod/perlvar.pod#147 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod#146~26749~     2006-01-08 18:20:51.000000000 -0800
+++ perl/pod/perlvar.pod        2006-01-09 00:20:00.000000000 -0800
@@ -1494,11 +1494,11 @@
 meaning in any future version of Perl; such names may therefore be
 used safely in programs.  C<$^_> itself, however, I<is> 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<package> declaration and are always forced to be in
-package C<main>; they are also exempt from C<strict 'vars'> 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<package>
+declaration and are always forced to be in package C<main>; they are
+also exempt from C<strict 'vars'> errors.  A few other names are also
+exempt in these ways:
 
        ENV             STDIN
        INC             STDOUT
End of Patch.

Reply via email to