From: Father Chrysostomos Date: Fri, 11 Feb 2011 21:32:15 +0000 (-0800) Subject: perldelta: ‘package;’ is no longer supported X-Git-Tag: v5.13.10~318 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/d411c85d23cd217cfd98d1fa22f96554128fafb5 perldelta: ‘package;’ is no longer supported --- 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__