diff options
author | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-12 18:35:37 -0400 |
---|---|---|
committer | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-12 18:50:52 -0400 |
commit | 902c1f7516e5d15ea9ae2ed15bf978b3bd9d9a30 (patch) | |
tree | 75aabc7d5cacadb1667c57f7295e60209b7427df /pod | |
parent | dc3bf405700292479bd7ac9b4b914cabd6567c33 (diff) | |
download | perl-902c1f7516e5d15ea9ae2ed15bf978b3bd9d9a30.tar.gz |
perldelta for 94d4006
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 10 |
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> |