summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-28 09:47:24 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-29 09:20:16 +0200
commitf71d6157c7933c0d3df645f0411d97d7e2b66b2f (patch)
treece6b1df0d1a07956de3c4dffaff9d3382c7264ae /pod/perltodo.pod
parent0409250f9c9eac87ff80d18e21856800e91763b5 (diff)
downloadperl-f71d6157c7933c0d3df645f0411d97d7e2b66b2f.tar.gz
Forbid labels with keyword names
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod9
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