From 135c0b08fa622fdfc35bb98fe891d70f59a7a3af Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 12 Aug 2011 12:29:07 -0700 Subject: perldelta for __FILE__() --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 120cafec0a..2b5b4e1051 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -28,6 +28,12 @@ here, but most should go in the L section. [ List each enhancement as a =head2 entry ] +=head2 C<__FILE__()> Syntax + +The C<__FILE__>, C<__LINE__> and C<__PACKAGE__> tokens can now be written +with an empty pair of parentheses after them. This makes them parse the +same way as C