Skip to content

Commit 3b17061

Browse files
author
Father Chrysostomos
committed
Porting/todo.pod: Point out problem with readpipe(LIST)
1 parent 1ab3373 commit 3b17061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Porting/todo.pod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,9 @@ allow taint to "leak" everywhere within an expression.
766766

767767
system() accepts a LIST syntax (and a PROGRAM LIST syntax) to avoid
768768
running a shell. readpipe() (the function behind qx//) could be similarly
769-
extended.
769+
extended. Note that changing readpipe() itself may not be the solution, as
770+
it currently has unary precedence, and allowing a list would change the
771+
precedence.
770772

771773
=head2 Audit the code for destruction ordering assumptions
772774

0 commit comments

Comments
 (0)