This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/todo.pod: Hey, we have refaliasing
authorFather Chrysostomos <sprout@cpan.org>
Tue, 7 Jun 2016 05:26:11 +0000 (22:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 7 Jun 2016 05:26:11 +0000 (22:26 -0700)
Porting/todo.pod

index 6d1e6f2..052e10d 100644 (file)
@@ -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