summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-06-06 22:26:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-06-06 22:26:11 -0700
commitaad46ae64df28b56b2fd339fb99a78a5747c6d66 (patch)
treeadada51aa97ee9277ed83185313483eccbd8adad /Porting
parentebb13b509c428fd7f68640fb852002978e41c60f (diff)
downloadperl-aad46ae64df28b56b2fd339fb99a78a5747c6d66.tar.gz
Porting/todo.pod: Hey, we have refaliasing
Diffstat (limited to 'Porting')
-rw-r--r--Porting/todo.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod
index 6d1e6f2d94..052e10d478 100644
--- a/Porting/todo.pod
+++ b/Porting/todo.pod
@@ -974,10 +974,6 @@ have a general mechanism for this, backwards compatible and little speed hit.
This would allow proposals such as short circuiting sort to be implemented
as a module on CPAN.
-=head2 lexical aliases
-
-Allow lexical aliases (maybe via the syntax C<my \$alias = \$foo>).
-
=head2 Self-ties
Self-ties are currently illegal because they caused too many segfaults. Maybe