diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-28 09:47:24 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-29 09:20:16 +0200 |
commit | f71d6157c7933c0d3df645f0411d97d7e2b66b2f (patch) | |
tree | ce6b1df0d1a07956de3c4dffaff9d3382c7264ae /pod/perltodo.pod | |
parent | 0409250f9c9eac87ff80d18e21856800e91763b5 (diff) | |
download | perl-f71d6157c7933c0d3df645f0411d97d7e2b66b2f.tar.gz |
Forbid labels with keyword names
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index ba0462e47a..7b10f5fa3a 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -804,15 +804,6 @@ also the warning messages (see L<perllexwarn>, C<warnings.pl>). These tasks would need C knowledge, and knowledge of how the interpreter works, or a willingness to learn. -=head2 forbid labels with keyword names - -Currently C<goto keyword> "computes" the label value: - - $ perl -e 'goto print' - Can't find label 1 at -e line 1. - -It would be nice to forbid labels with keyword names, to avoid confusion. - =head2 truncate() prototype The prototype of truncate() is currently C<$$>. It should probably |