From: Father Chrysostomos Date: Tue, 7 Jun 2016 05:26:11 +0000 (-0700) Subject: Porting/todo.pod: Hey, we have refaliasing X-Git-Tag: v5.25.2~81 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/aad46ae64df28b56b2fd339fb99a78a5747c6d66?hp=ebb13b509c428fd7f68640fb852002978e41c60f Porting/todo.pod: Hey, we have refaliasing --- diff --git a/Porting/todo.pod b/Porting/todo.pod index 6d1e6f2..052e10d 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). - =head2 Self-ties Self-ties are currently illegal because they caused too many segfaults. Maybe