From d411c85d23cd217cfd98d1fa22f96554128fafb5 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 11 Feb 2011 13:32:15 -0800 Subject: [PATCH] =?utf8?q?perldelta:=20=E2=80=98package;=E2=80=99=20is=20n?= =?utf8?q?o=20longer=20supported?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldata.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perldata.pod b/pod/perldata.pod index fce27f2..8fb7ad1 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -406,7 +406,8 @@ represent the current filename, line number, and package name at that point in your program. They may be used only as separate tokens; they will not be interpolated into strings. If there is no current package (due to an empty C directive), __PACKAGE__ is the undefined -value. +value. (But the empty C is no longer supported, as of version +5.10.) X<__FILE__> X<__LINE__> X<__PACKAGE__> X X X The two control characters ^D and ^Z, and the tokens __END__ and __DATA__ -- 1.8.3.1