Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 78005a324b36e6d063d59b1bf8962e8927462103
https://github.com/Perl/perl5/commit/78005a324b36e6d063d59b1bf8962e8927462103
Author: Lukas Mai <[email protected]>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M ext/IPC-Open3/lib/IPC/Open2.pm
M ext/IPC-Open3/lib/IPC/Open3.pm
Log Message:
-----------
IPC::Open3: fix dup example in synopsis
Unfortunately, this feature is based on parsing out filehandle names
from strings, so it requires bareword filehandles to work.
Try to make this clearer in the documentation and mention that
arguments starting with `>&` or `<&` are input parameters (i.e. existing
open handles to use) as opposed to regular output parameters (which
open3 connects to newly created pipes).
Fixes #22608.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications