From 3b17061e8900d0a8d6eb91ef692333d2c3b2c5e9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 6 Jun 2016 22:19:46 -0700 Subject: [PATCH] Porting/todo.pod: Point out problem with readpipe(LIST) --- Porting/todo.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Porting/todo.pod b/Porting/todo.pod index e99623e..db459ec 100644 --- 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 -- 1.8.3.1