summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-12 18:35:37 -0400
committerMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-12 18:50:52 -0400
commit902c1f7516e5d15ea9ae2ed15bf978b3bd9d9a30 (patch)
tree75aabc7d5cacadb1667c57f7295e60209b7427df /pod
parentdc3bf405700292479bd7ac9b4b914cabd6567c33 (diff)
downloadperl-902c1f7516e5d15ea9ae2ed15bf978b3bd9d9a30.tar.gz
perldelta for 94d4006
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 325c70fd59..aa57b9ffc3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -397,6 +397,16 @@ file system.
L<[perl #121523]|https://rt.perl.org/Ticket/Display.html?id=121523>
+=item *
+
+Note that C<exec LIST> and C<system LIST> may fall back to the shell on
+Win32. Only C<exec PROGRAM LIST> and C<system PROGRAM LIST> indirect object
+syntax will reliably avoid using the shell.
+
+This has also been noted in L<perlport>.
+
+L<[perl #122046]|https://rt.perl.org/Ticket/Display.html?id=122046>
+
=back
=head3 L<perlapi>