Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 098e51a9974111fc0666ed6146a3c9679e8c7793
      
https://github.com/Perl/perl5/commit/098e51a9974111fc0666ed6146a3c9679e8c7793
  Author: Lukas Mai <[email protected]>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M ext/IPC-Open3/lib/IPC/Open2.pm
    M ext/IPC-Open3/lib/IPC/Open3.pm
    M ext/IPC-Open3/t/IPC-Open3.t

  Log Message:
  -----------
  IPC::Open3/Open2: support dup mode for lexical filehandles

I had to invent a new calling syntax/convention because the existing
code relies on parsing an open mode and bareword filehandle name from a
single string argument.

The documentation has been reworked to hopefully make it clearer in
which cases IPC::Open3 uses arguments as outputs (to place filehandles
into) and inputs (to read filehandles from).


  Commit: fa7d9e98975ec081ab4f0768c57ca520a36c2209
      
https://github.com/Perl/perl5/commit/fa7d9e98975ec081ab4f0768c57ca520a36c2209
  Author: Lukas Mai <[email protected]>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M pod/perldelta.pod

  Log Message:
  -----------
  perldelta for IPC::Open3/IPC::Open2


Compare: https://github.com/Perl/perl5/compare/b739b6e05cce...fa7d9e98975e

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to