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:
1ab3373
)
Porting/todo.pod: Point out problem with readpipe(LIST)
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:19:46 +0000
(22:19 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:19:46 +0000
(22:19 -0700)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
e99623e
..
db459ec
100644
(file)
--- a/
Porting/todo.pod
+++ b/
Porting/todo.pod
@@
-766,7
+766,9
@@
allow taint to "leak" everywhere within an expression.
system() accepts a LIST syntax (and a PROGRAM LIST syntax) to avoid
running a shell. readpipe() (the function behind qx//) could be similarly
-extended.
+extended. Note that changing readpipe() itself may not be the solution, as
+it currently has unary precedence, and allowing a list would change the
+precedence.
=head2 Audit the code for destruction ordering assumptions