diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-12 12:29:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-12 12:29:07 -0700 |
commit | 135c0b08fa622fdfc35bb98fe891d70f59a7a3af (patch) | |
tree | 6033fadd722abef432c3d56909465e87bf9dd348 /pod | |
parent | c1ca05f02b1d795748a97ee05b8c69ce712090ad (diff) | |
download | perl-135c0b08fa622fdfc35bb98fe891d70f59a7a3af.tar.gz |
perldelta for __FILE__()
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
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</Performance Enhancements> 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<time>, C<fork> and other built-in functions. + =head1 Security XXX Any security-related notices go here. In particular, any security |