Skip to content

Commit

Permalink
Porting/todo.pod: Point out problem with readpipe(LIST)
Browse files Browse the repository at this point in the history
  • Loading branch information
Father Chrysostomos committed Jun 7, 2016
1 parent 1ab3373 commit 3b17061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Porting/todo.pod
Expand Up @@ -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

Expand Down

0 comments on commit 3b17061

Please sign in to comment.