This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb13b5
)
Porting/todo.pod: Hey, we have refaliasing
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:26:11 +0000
(22:26 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:26:11 +0000
(22:26 -0700)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
6d1e6f2
..
052e10d
100644
(file)
--- 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