Change 32945 by [EMAIL PROTECTED] on 2008/01/11 10:05:49
Subject: [DOC PATCH] was Re: things deprecated for removal in 5.12
From: Paul Johnson <[EMAIL PROTECTED]>
Date: Thu, 10 Jan 2008 23:44:20 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlfunc.pod#588 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#588 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#587~32910~ 2008-01-09 02:11:10.000000000 -0800
+++ perl/pod/perlfunc.pod 2008-01-11 02:05:49.000000000 -0800
@@ -4060,12 +4060,6 @@
C<$::sail> is equivalent to C<$main::sail> (as well as to C<$main'sail>,
still seen in older code).
-If NAMESPACE is omitted, then there is no current package, and all
-identifiers must be fully qualified or lexicals. However, you are
-strongly advised not to make use of this feature. Its use can cause
-unexpected behaviour, even crashing some versions of Perl. It is
-deprecated, and will be removed from a future release.
-
See L<perlmod/"Packages"> for more information about packages, modules,
and classes. See L<perlsub> for other scoping issues.
End of Patch.