We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab3373 commit 3b17061Copy full SHA for 3b17061
Porting/todo.pod
@@ -766,7 +766,9 @@ allow taint to "leak" everywhere within an expression.
766
767
system() accepts a LIST syntax (and a PROGRAM LIST syntax) to avoid
768
running a shell. readpipe() (the function behind qx//) could be similarly
769
-extended.
+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.
772
773
=head2 Audit the code for destruction ordering assumptions
774
0 commit comments