summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-05-14 11:37:24 +1000
committerTony Cook <tony@develop-help.com>2015-05-14 12:19:16 +1000
commit18f4cc8ebd3a4e0e23e40f70238ce37da2bc9162 (patch)
tree47a1b340f57f005eaa1a465da9afa3cf9aa97797 /pod
parentcaa16dbd1b72a3fbffbff2d0719d0f7d36f0a4dd (diff)
downloadperl-18f4cc8ebd3a4e0e23e40f70238ce37da2bc9162.tar.gz
list form of pipe open didn't work on Win32 at all in 5.20
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 73095bba21..1d3ab28927 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1849,7 +1849,9 @@ C<USE_CPLUSPLUS> to the value "define".
=item *
-List form pipe open no longer falls back to the shell.
+List form of pipe open has been implemented for Win32. Note: unlike
+C< system LIST >> this does not fall back to the shell.
+L<[perl #121159]|https://rt.perl.org/Ticket/Display.html?id=121159>
=item *