Change 33159 by [EMAIL PROTECTED] on 2008/01/31 21:59:20
Integrate:
[ 32945]
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/maint-5.10/perl/pod/perlfunc.pod#3 integrate
Differences ...
==== //depot/maint-5.10/perl/pod/perlfunc.pod#3 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#2~33123~ 2008-01-30 03:45:08.000000000 -0800
+++ perl/pod/perlfunc.pod 2008-01-31 13:59:20.000000000 -0800
@@ -4053,12 +4053,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.